fix(core): update

This commit is contained in:
2020-06-25 20:03:52 +00:00
parent d0f6e88388
commit 2cb227632f
6 changed files with 3432 additions and 380 deletions
+1 -3
View File
@@ -7,11 +7,9 @@ export { path };
import * as consolecolor from '@pushrocks/consolecolor';
import * as smartarchive from '@pushrocks/smartarchive';
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
smartlog.defaultLogger.enableConsole();
import * as smartrequest from '@pushrocks/smartrequest';
export { consolecolor, smartarchive, smartfile, smartlog, smartrequest };
export { consolecolor, smartarchive, smartfile, smartrequest };
// third party scope
import packageJson from 'package-json';