Skip to content

Commit 3af35d5

Browse files
committed
Update: Cleanup devDependencies
1 parent 1994070 commit 3af35d5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,17 @@
3838
"devDependencies": {
3939
"code": "^1.2.1",
4040
"coveralls": "^2.7.0",
41-
"graceful-fs": "^3.0.0",
42-
"gulp": "^3.8.10",
41+
"gulp": ">=3.8.10",
4342
"istanbul": "^0.3.0",
4443
"jshint": "^2.5.0",
4544
"jshint-stylish": "^1.0.0",
4645
"lab": "^5.1.0",
47-
"marked-man": "^0.1.3",
48-
"mkdirp": "^0.5.0",
49-
"q": "^1.0.0",
50-
"rimraf": "^2.2.5"
46+
"marked-man": "^0.1.3"
5147
},
5248
"scripts": {
5349
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
5450
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
55-
"test": "npm run-script lint && lab -v",
51+
"test": "npm run-script lint && lab -cv",
5652
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
5753
},
5854
"engineStrict": true,

0 commit comments

Comments
 (0)