fix(core): update
This commit is contained in:
@@ -5,12 +5,14 @@ export { path };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as consolecolor from '@pushrocks/consolecolor';
|
||||
import * as levelcache from '@pushrocks/levelcache';
|
||||
import * as smartarchive from '@pushrocks/smartarchive';
|
||||
import * as smartfile from '@pushrocks/smartfile';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartrequest from '@pushrocks/smartrequest';
|
||||
import * as smartversion from '@pushrocks/smartversion';
|
||||
|
||||
export { consolecolor, smartarchive, smartfile, smartpromise, smartrequest };
|
||||
export { consolecolor, levelcache, smartarchive, smartfile, smartpromise, smartrequest, smartversion };
|
||||
|
||||
// third party scope
|
||||
import packageJson from 'package-json';
|
||||
|
||||
Reference in New Issue
Block a user