BREAKING CHANGE(update scope to @pushrocks): update
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
import 'typings-global'
|
||||
import * as beautylog from 'beautylog'
|
||||
import * as handlebars from 'handlebars'
|
||||
import * as lodash from 'lodash'
|
||||
import * as path from 'path'
|
||||
import * as smartfile from 'smartfile'
|
||||
import * as smartq from 'smartq'
|
||||
import * as handlebars from 'handlebars';
|
||||
import * as lodash from 'lodash';
|
||||
import * as path from 'path';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export {
|
||||
beautylog,
|
||||
handlebars,
|
||||
lodash,
|
||||
path,
|
||||
smartfile,
|
||||
smartq
|
||||
}
|
||||
export { handlebars, lodash, path, smartfile, smartpromise };
|
||||
|
||||
Reference in New Issue
Block a user