mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
remove bluebird
This commit is contained in:
parent
a47130ce9d
commit
4e6912b65f
@ -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