Skip to content

Commit

Permalink
Use @forthright org, and new babel cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Feb 12, 2016
1 parent 6251a7f commit 2608384
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@brentlintner/vile-scsslint",
"name": "@forthright/vile-scsslint",
"version": "0.2.0",
"description": "A vile plugin for scss-lint",
"main": "lib/index.js",
Expand All @@ -22,18 +22,20 @@
"scss_lint"
],
"dependencies": {
"@brentlintner/vile": "^0.5.3",
"babel": "^5.6.14",
"bluebird": "^3.1.1",
"lodash": "^3.10.1"
"@forthright/vile": "^0.5.14",
"bluebird": "^3.3.0",
"lodash": "^4.3.0"
},
"devDependencies": {
"chai": "^3.4.1",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"istanbul": "^0.4.1",
"istanbul": "^0.4.2",
"mimus": "^0.1.2",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"mocha": "^2.4.5",
"release-it": "^2.3.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let _ = require("lodash")
let vile = require("@brentlintner/vile")
let vile = require("@forthright/vile")
const scsslint_bin = "scss-lint"

// TODO: support custom ignoring via config
Expand Down

0 comments on commit 2608384

Please sign in to comment.