Skip to content

Commit

Permalink
chore: updated npm scripts and added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent e59d429 commit aa4f2a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
"test": "grunt && mocha",
"coverage": " istanbul cover node_modules/.bin/_mocha"
},
"dependencies": {
"commander": "^2.8.0",
"debug": "^2.1.3",
"lodash": "^2.4.1",
"q": "~0.9.7"
},
Expand Down

0 comments on commit aa4f2a2

Please sign in to comment.