Commit b7d71567 authored by tyabonil's avatar tyabonil
Browse files

Merge pull request #5 from ELLIOTTCABLE/patch-1

Use looser dependencies on request and bluebird
parents ab3492d6 056412ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
  "author": "Ty Abonil",
  "license": "MIT",
  "dependencies": {
    "bluebird": "~1.0.1",
    "request": "~2.33.0"
    "bluebird": "^1.2",
    "request": "^2.34"
  },
  "devDependencies": {
    "mocha": "~1.17.1",