Skip to content

Commit

Permalink
Move Hapi and Joi to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
f8k8 committed Oct 8, 2020
1 parent 8dac975 commit 1d2ee48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@
"dependencies": {
"boom": "^7.2.0",
"hoek": "^5.0.3",
"joi": "^13.4.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"hapi": "^17.4.0",
"istanbul": "^0.4.1",
"jscoverage": "^0.6.0",
"mocha": "^2.3.4"
},
"peerDependencies": {
"hapi": ">= 10"
"@hapi/hapi": ">= 17"
"joi": ">= 17"
}
}

0 comments on commit 1d2ee48

Please sign in to comment.