Skip to content

Commit

Permalink
added a constraint < 12 for the hapi dependency as it was breaking pe…
Browse files Browse the repository at this point in the history
…er dependencies

npm ERR! peerinvalid The package hapi@12.0.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer inject-then@2.0.3 wants hapi@>=8 <12
npm ERR! peerinvalid Peer hapi-swagger@2.2.4 wants hapi@^9.0.1 || ^10.0.0 || ^11.0.0
  • Loading branch information
kristofsajdak committed Jan 6, 2016
1 parent 84f079f commit e2f6394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"vision": "^4.0.1"
},
"peerDependencies": {
"hapi": ">=10.4",
"hapi": ">=10.4 <12",
"joi": ">=6.9"
}
}

0 comments on commit e2f6394

Please sign in to comment.