move constants to lib root

This commit is contained in:
2016-07-11 11:20:44 -07:00
parent 27390fef44
commit c6986e3677
12 changed files with 32 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
import events from 'events';
import isPlainObject from 'lodash.isplainobject';
import Puid from 'puid';
import contstants from './constants';
import logger from './helpers/logger';
import contstants from './helpers/constants';
import createIndex from './helpers/create_index';
const debug = logger('esqueue:job');