Commit 21312f5c authored by tyabonil's avatar tyabonil
Browse files

Merge pull request #14 from analog-nico/master

Updated version of Bluebird
parents e2606d06 721d1daf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Request-Promise

[![Dependency Status](https://david-dm.org/tyabonil/request-promise.svg)](https://david-dm.org/tyabonil/request-promise)

A Promises/A XHR wrapper for Bluebird and Request

[Bluebird](https://github.com/petkaantonov/bluebird) and
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
  "author": "Ty Abonil",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^1.2",
    "bluebird": "^2.3",
    "request": "^2.34"
  },
  "devDependencies": {