Skip to content

Commit

Permalink
npm takes care of PATH for you
Browse files Browse the repository at this point in the history
  • Loading branch information
rclark committed Feb 5, 2015
1 parent c6fc606 commit 36439a9
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 @@ -32,7 +32,7 @@
"tape": "3.0.x"
},
"scripts": {
"test": "node_modules/.bin/jshint index.js test/*.js lib/*.js && node_modules/.bin/jscs index.js test/*.js lib/*.js && tape test/*.js",
"test": "jshint index.js test/*.js lib/*.js && jscs index.js test/*.js lib/*.js && tape test/*.js",
"coverage": "istanbul cover tape test/*.test.js && coveralls < ./coverage/lcov.info"
},
"bin": {
Expand Down

0 comments on commit 36439a9

Please sign in to comment.