Skip to content

Commit

Permalink
Support hapi v16, update code to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Dec 7, 2016
1 parent a8e468b commit bd75c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -28,12 +28,12 @@
},
"homepage": "https://github.com/devinivy/labbable#readme",
"peerDependencies": {
"hapi": ">=10 <16"
"hapi": ">=10 <17"
},
"devDependencies": {
"code": "3.x.x",
"code": "4.x.x",
"coveralls": "2.x.x",
"hapi": "15.x.x",
"hapi": "16.x.x",
"lab": "11.x.x"
}
}

0 comments on commit bd75c7a

Please sign in to comment.