Skip to content

Commit f37ac68

Browse files
authored
Removed bluebird from misc packages (#15676)
refs: TryGhost/Ghost#14882 - Removed bluebird from members-csv package-json and update-check-service - Removing bluebird specific methods in favour of the Ghost sequence method so we can remove the bluebird dependency
1 parent 188990e commit f37ac68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/members-csv/lib/parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const Promise = require('bluebird');
21
const pump = require('pump');
32
const papaparse = require('papaparse');
43
const fs = require('fs-extra');

packages/members-csv/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"sinon": "14.0.1"
2323
},
2424
"dependencies": {
25-
"bluebird": "3.7.2",
2625
"fs-extra": "10.1.0",
2726
"lodash": "4.17.21",
2827
"papaparse": "5.3.2",

0 commit comments

Comments
 (0)