Skip to content

Commit

Permalink
Update: Cleanup devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 21, 2017
1 parent 1994070 commit 3af35d5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,17 @@
"devDependencies": {
"code": "^1.2.1",
"coveralls": "^2.7.0",
"graceful-fs": "^3.0.0",
"gulp": "^3.8.10",
"gulp": ">=3.8.10",
"istanbul": "^0.3.0",
"jshint": "^2.5.0",
"jshint-stylish": "^1.0.0",
"lab": "^5.1.0",
"marked-man": "^0.1.3",
"mkdirp": "^0.5.0",
"q": "^1.0.0",
"rimraf": "^2.2.5"
"marked-man": "^0.1.3"
},
"scripts": {
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "npm run-script lint && lab -v",
"test": "npm run-script lint && lab -cv",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engineStrict": true,
Expand Down

0 comments on commit 3af35d5

Please sign in to comment.