Skip to content

Commit

Permalink
upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mac- committed Nov 18, 2015
1 parent 0118514 commit 7e9e5a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,5 @@ Ratify automatically generates routes that produce JSON in the format of the [Sw
* 0.8.x - Hapi 8.x.x
* 0.10.x - Hapi 9.x.x
* 1.x.x - Hapi 10.x.x (Node v4)
* 2.x.x - Hapi 11.x.x

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"contributors": [
"Mac Angell <[email protected]>"
],
"version": "1.0.1",
"version": "2.0.0",
"dependencies": {
"hoek": "2.x.x",
"hoek": "^3.0.4",
"z-schema": "^3.0.1",
"z-schema-errors": "^0.2.0",
"capitalize": "^1.0.0",
"lodash": "^3.9.1",
"boom": "^2.6.1"
"boom": "^3.0.0"
},
"devDependencies": {
"mocha": "1.x.x",
Expand All @@ -21,11 +21,11 @@
"rewire": "2.x.x",
"coveralls": "2.x.x",
"mocha-lcov-reporter": "0.x.x",
"hapi": "10.x.x",
"catbox-memory": "1.x.x"
"hapi": "^11.1.1",
"catbox-memory": "^2.0.1"
},
"peerDependencies": {
"hapi": "10.x.x"
"hapi": "^11.1.1"
},
"keywords": [
"hapi",
Expand Down

0 comments on commit 7e9e5a1

Please sign in to comment.