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

Commit

Permalink
Upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
millette committed Feb 7, 2017
1 parent 95d36f8 commit 13bed84
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 548 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"bin": "cli.js",
"engines": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"lint": "standard",
Expand All @@ -23,8 +23,8 @@
"cli.js"
],
"keywords": [
"cli-app",
"cli"
"hapi",
"hapijs"
],
"dependencies": {
"boom": "^4.2.0",
Expand All @@ -33,19 +33,19 @@
"glue": "^4.1.0",
"h2o2": "^5.4.0",
"hapi": "^16.1.0",
"joi": "^10.2.0",
"joi": "^10.2.1",
"lodash": "^4.17.4",
"lodash-vision": "^0.2.0",
"meow": "^3.7.0",
"update-notifier": "^1.0.3",
"vision": "^4.1.1"
},
"devDependencies": {
"ava": "^0.17.0",
"ava": "^0.18.1",
"babel-eslint": "^7.1.1",
"code": "^4.0.0",
"coveralls": "^2.11.15",
"lab": "^12.0.0",
"coveralls": "^2.11.16",
"lab": "^12.1.0",
"nyc": "^10.1.2",
"standard": "^8.6.0"
},
Expand Down
Loading

0 comments on commit 13bed84

Please sign in to comment.