Skip to content

Commit da705db

Browse files
committed
Upgrade: Update outdated dependencies
1 parent c15d295 commit da705db

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"man": "gulp.1",
2727
"dependencies": {
2828
"archy": "^1.0.0",
29-
"chalk": "^1.0.0",
30-
"gulp-util": "^3.0.0",
31-
"interpret": "^0.4.1",
32-
"liftoff": "^2.0.0",
29+
"chalk": "^1.1.0",
30+
"gulp-util": "^3.0.6",
31+
"interpret": "^0.6.4",
32+
"liftoff": "^2.1.0",
3333
"minimist": "^1.1.0",
34-
"pretty-hrtime": "^0.2.0",
35-
"semver": "^4.1.0",
34+
"pretty-hrtime": "^1.0.0",
35+
"semver": "^5.0.0",
3636
"tildify": "^1.0.0",
37-
"v8flags": "^2.0.2"
37+
"v8flags": "^2.0.9"
3838
},
3939
"devDependencies": {
4040
"6to5": "^2.9.4",
@@ -44,14 +44,14 @@
4444
"istanbul": "^0.3.0",
4545
"jscs": "^1.11.3",
4646
"jshint": "^2.5.0",
47-
"jshint-stylish": "^1.0.0",
47+
"jshint-stylish": "^2.0.1",
4848
"lab": "^5.1.0",
4949
"marked-man": "^0.1.3"
5050
},
5151
"scripts": {
5252
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
53-
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules && jscs index.js lib bin test",
54-
"test": "npm run-script lint && lab -cvm 5000",
53+
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish --exclude node_modules && jscs index.js lib bin test",
54+
"test": "npm run-script lint && lab -cv",
5555
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
5656
},
5757
"engines": {

0 commit comments

Comments
 (0)