Skip to content

Commit

Permalink
upgrade to ESLint v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Apr 15, 2016
1 parent c65afd5 commit ff57fe9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"repository": "shinnn/empty-file-callback",
"author": "Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --config @shinnn/node-legacy index.js test.js",
"pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
"test": "node --strong_mode --harmony_destructuring test.js",
"coverage": "node --strong_mode --harmony_destructuring node_modules/.bin/istanbul cover test.js"
},
Expand All @@ -27,14 +27,14 @@
"empty"
],
"dependencies": {
"graceful-fs": "^4.1.2",
"is-obj": "^1.0.0"
"graceful-fs": "^4.1.3",
"is-obj": "^1.0.1"
},
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^1.0.0",
"eslint": "^1.7.3",
"istanbul": "^0.4.0",
"pify": "^2.2.0",
"tape": "^4.2.2"
"@shinnn/eslint-config-node-legacy": "^2.0.0",
"eslint": "^2.7.0",
"istanbul": "^0.4.3",
"pify": "^2.3.0",
"tape": "^4.5.1"
}
}

0 comments on commit ff57fe9

Please sign in to comment.