Skip to content

Commit

Permalink
use @shinnn/eslint-config-node instead of @shinnn/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Aug 30, 2015
1 parent 64be4c3 commit dd6454f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "shinnn/fetch-cheerio-object",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --config @shinnn index.js test.js",
"pretest": "eslint --config @shinnn/node index.js test.js",
"test": "node --strong_mode --harmony_arrow_functions test.js",
"coverage": "node --strong_mode --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
Expand All @@ -29,9 +29,9 @@
"node-fetch": "^1.3.2"
},
"devDependencies": {
"@shinnn/eslint-config": "0.0.4",
"eslint": "^1.3.1",
"istanbul": "^0.3.17",
"@shinnn/eslint-config-node": "^1.0.1",
"eslint": "^1.4.3",
"istanbul": "^0.3.20",
"istanbul-coveralls": "^1.0.3",
"tape": "^4.2.0"
}
Expand Down

0 comments on commit dd6454f

Please sign in to comment.