Skip to content

Commit

Permalink
Fix eslint path
Browse files Browse the repository at this point in the history
  • Loading branch information
goldhand committed Jul 24, 2016
1 parent a2ecd69 commit ff7d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"pretest": "npm run lint && npm run beautify-lint",
"lint": "eslint lib",
"lint": "eslint example index.js mocha-env-loader.js",
"beautify-lint": "beautify-lint *.js"
},
"license": "MIT",
Expand Down

0 comments on commit ff7d9a1

Please sign in to comment.