We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcae4d commit f8c456fCopy full SHA for f8c456f
package.json
@@ -19,17 +19,17 @@
19
"seo"
20
],
21
"peerDependencies": {
22
- "hapi": "8.x.x"
+ "hapi": "13.x.x"
23
},
24
"dependencies": {
25
- "hoek": "^2.4.1",
+ "hoek": "^4.0.1",
26
"request": "^2.40.0"
27
28
"devDependencies": {
29
- "code": "^1.2.1",
30
- "hapi": "^8.0.0",
31
- "lab": "^5.1.0",
32
- "nock": "^0.52.0"
+ "code": "^3.0.1",
+ "hapi": "^13.5.0",
+ "lab": "^10.9.0",
+ "nock": "^8.0.0"
33
34
"scripts": {
35
"test": "./node_modules/lab/bin/lab test.js -v"
0 commit comments