remove bluebird dependency

This commit is contained in:
2016-05-04 12:43:28 -07:00
parent ecfd0e1d4a
commit 902f1aeb60
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
import events from 'events';
import Puid from 'puid';
import moment from 'moment';
import Bluebird from 'bluebird';
import logger from './helpers/logger';
import { jobStatuses } from './helpers/constants';
import { WorkerTimeoutError } from './helpers/errors';