Skip to content

Commit

Permalink
Upgrade: Update outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 21, 2017
1 parent c15d295 commit da705db
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"man": "gulp.1",
"dependencies": {
"archy": "^1.0.0",
"chalk": "^1.0.0",
"gulp-util": "^3.0.0",
"interpret": "^0.4.1",
"liftoff": "^2.0.0",
"chalk": "^1.1.0",
"gulp-util": "^3.0.6",
"interpret": "^0.6.4",
"liftoff": "^2.1.0",
"minimist": "^1.1.0",
"pretty-hrtime": "^0.2.0",
"semver": "^4.1.0",
"pretty-hrtime": "^1.0.0",
"semver": "^5.0.0",
"tildify": "^1.0.0",
"v8flags": "^2.0.2"
"v8flags": "^2.0.9"
},
"devDependencies": {
"6to5": "^2.9.4",
Expand All @@ -44,14 +44,14 @@
"istanbul": "^0.3.0",
"jscs": "^1.11.3",
"jshint": "^2.5.0",
"jshint-stylish": "^1.0.0",
"jshint-stylish": "^2.0.1",
"lab": "^5.1.0",
"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 && jscs index.js lib bin test",
"test": "npm run-script lint && lab -cvm 5000",
"lint": "jshint lib index.js --reporter node_modules/jshint-stylish --exclude node_modules && jscs index.js lib bin test",
"test": "npm run-script lint && lab -cv",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
Expand Down

0 comments on commit da705db

Please sign in to comment.