Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Updated dependency + added new coverage npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed Apr 9, 2016
1 parent 89adde4 commit a26dfdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,7 +20,8 @@
"start": "npm install && gulp watch",
"test": "mocha --reporter spec --check-leaks",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks",
"depcheck": "depcheck --ignores=mocha-lcov-reporter"
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec --check-leaks",
"depcheck": "depcheck --ignores=mocha-lcov-reporter,jshint-stylish"
},
"dependencies": {
"deep-extend": "^0.4.0",
Expand All @@ -35,11 +36,10 @@
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.1.3",
"istanbul": "^0.4.0",
"jscs": "^2.2.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "1.0.0",
"mocha-lcov-reporter": "1.2.0",
"run-sequence": "^1.1.4"
},
"keywords": [
Expand Down

0 comments on commit a26dfdb

Please sign in to comment.