1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

remove bluebird

This commit is contained in:
ivaosthu 2016-11-10 21:24:39 +01:00 committed by Ivar Conradi Østhus
parent e2db9da0d1
commit 3b1a09f7f7
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 = {