mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
remove bluebird
This commit is contained in:
parent
e2db9da0d1
commit
3b1a09f7f7
@ -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",
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
const BPromise = require('bluebird');
|
||||
let supertest = require('supertest');
|
||||
|
||||
const options = {
|
||||
|
Loading…
Reference in New Issue
Block a user