Skip to content

Commit

Permalink
Update: Add coverage & lockdown dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 21, 2017
1 parent ae3fe26 commit 73623dd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,17 @@
"map-stream": "~0.1.0"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"jshint": "*"
"mocha": "~1.17.0",
"should": "~2.1.1",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
"rimraf": "~2.2.5",
"jshint": "~2.4.1"
},
"scripts": {
"test": "mocha && jshint"
"test": "mocha --reporter spec && jshint",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
"node": ">= 0.9"
Expand Down

0 comments on commit 73623dd

Please # to comment.