Skip to content

Commit

Permalink
Replace bluebird with any-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Jun 18, 2016
1 parent 539aff7 commit bc0e936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
},
"homepage": "https://github.com/bendrucker/stream-to-promise",
"dependencies": {
"bluebird": "~3.0.6",
"any-promise": "~1.3.0",
"stream-to-array": "~2.3.0"
},
"devDependencies": {
"bluebird": "~3.4.1",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"delayed-stream": "^1.0.0",
Expand Down

0 comments on commit bc0e936

Please sign in to comment.