Skip to content

Commit

Permalink
Support hapi v14. Closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Aug 1, 2016
1 parent 3c7f5e1 commit f67be96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
],
"dependencies": {
"hoek": "4.x.x",
"joi": "8.x.x"
"joi": "9.x.x"
},
"peerDependencies": {
"hapi": ">=10.0.0 <14.0.0",
"hapi": ">=10.0.0 <15.0.0",
"waterline": ">=0.10.0 <0.13.0"
},
"devDependencies": {
"code": "3.x.x",
"coveralls": "2.x.x",
"hapi": "13.x.x",
"hapi": "14.x.x",
"lab": "10.x.x",
"sails-memory": "0.10.x",
"waterline": "0.12.x"
Expand Down

0 comments on commit f67be96

Please sign in to comment.