Migrate beats library to bluebird

This commit is contained in:
Jonathan Cremin 2014-12-12 19:31:58 +00:00
parent 496434f710
commit 90c1385fb3
2 changed files with 23 additions and 28 deletions

View file

@ -10,6 +10,7 @@
"node": "0.10.x"
},
"dependencies": {
"bluebird": "^2.3.11",
"body-parser": "~1.8.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
@ -25,7 +26,8 @@
"rdio": "^1.5.2",
"serve-favicon": "~2.1.3",
"spotify": "^0.3.0",
"superagent": "^0.21.0"
"superagent": "^0.21.0",
"superagent-bluebird-promise": "^0.5.1"
},
"devDependencies": {
"should": "^4.3.0",