Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
NPM's test script now executes Mocha instead of JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Aug 12, 2013
1 parent c30515f commit 3c0b41c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"gh": "bin/gh.js"
},
"scripts": {
"test": "jshint lib/ bin/"
"lint": "node_modules/.bin/jshint lib/ bin/",
"test": "node_modules/.bin/mocha --reporter list"
},
"dependencies": {
"async": "0.2.7",
Expand Down

0 comments on commit 3c0b41c

Please sign in to comment.