Skip to content

Commit

Permalink
Bluebird as peer dependency
Browse files Browse the repository at this point in the history
The Bluebird installation of the host package should be used if it's available, as the package consumer needs consistency in Promise behaviour across the application.
  • Loading branch information
o0x2a authored Dec 6, 2016
1 parent 1389cf7 commit a7040e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"dependencies": {
"request-promise-core": "1.1.1",
"bluebird": "^3.4.1",
"stealthy-require": "^1.0.0"
},
"peerDependencies": {
"request": "^2.34"
"request": "^2.34",
"bluebird": ">=3.4.1"
},
"devDependencies": {
"body-parser": "~1.15.2",
Expand Down

0 comments on commit a7040e9

Please # to comment.