fix(core): update

This commit is contained in:
2021-04-19 12:55:11 +00:00
parent 6b13e46947
commit d59875f23f
7 changed files with 581 additions and 187 deletions

View File

@@ -7,9 +7,10 @@ export { path };
import * as consolecolor from '@pushrocks/consolecolor';
import * as smartarchive from '@pushrocks/smartarchive';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrequest from '@pushrocks/smartrequest';
export { consolecolor, smartarchive, smartfile, smartrequest };
export { consolecolor, smartarchive, smartfile, smartpromise, smartrequest };
// third party scope
import packageJson from 'package-json';