Commit 721d1daf authored by analog-nico's avatar analog-nico
Browse files

Updated version of Bluebird

parent e2606d06
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": {