Skip to content

Commit

Permalink
upgrading version of hapi
Browse files Browse the repository at this point in the history
  • Loading branch information
mac- committed Oct 28, 2014
1 parent f427d8d commit 4741817
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -164,5 +164,6 @@ Ratify automatically generates routes that produce JSON in the format of the [Sw
* 0.2.x - Hapi 1.x.x
* 0.3.x - Don't use!
* 0.4.x - Hapi 4.x.x
* 0.5.x - Hapi 6.x.x
* 0.6.x - Hapi 6.x.x
* 0.7.x - Hapi 7.x.x

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"contributors": [
"Mac Angell <mac.ang311@gmail.com>"
],
"version": "0.6.6",
"version": "0.7.0",
"dependencies": {
"underscore": "1.x.x",
"hoek": "2.x.x",
Expand All @@ -21,11 +21,11 @@
"coveralls": "2.x.x",
"mocha-lcov-reporter": "0.x.x",
"node-dependencies": "0.x.x",
"hapi": "6.x.x",
"hapi": "7.x.x",
"catbox-memory": "1.x.x"
},
"peerDependencies": {
"hapi": "6.x.x"
"hapi": "7.x.x"
},
"keywords": [
"hapi",
Expand Down

0 comments on commit 4741817

Please sign in to comment.