1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

remove bluebird

This commit is contained in:
ivaosthu 2016-11-10 21:24:39 +01:00
parent a47130ce9d
commit 4e6912b65f
2 changed files with 1 additions and 3 deletions

View File

@ -69,9 +69,8 @@
"yallist": "^2.0.0"
},
"devDependencies": {
"bluebird": "^3.4.6",
"ava": "^0.16.0",
"coveralls": "^2.11.12",
"coveralls": "^2.11.14",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "1.2.0",

View File

@ -2,7 +2,6 @@
process.env.NODE_ENV = 'test';
const BPromise = require('bluebird');
let supertest = require('supertest');
const options = {