mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Remove bluebird from data-importer.js
no issue Missed from previous commit
This commit is contained in:
parent
7c6854651d
commit
ee6415ebd1
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
const _ = require('lodash');
|
||||
const ObjectId = require('bson-objectid').default;
|
||||
const Promise = require('bluebird');
|
||||
const semver = require('semver');
|
||||
const {IncorrectUsageError} = require('@tryghost/errors');
|
||||
const debug = require('@tryghost/debug')('importer:data');
|
||||
|
|
Loading…
Add table
Reference in a new issue