fix(core): update

This commit is contained in:
2020-03-17 00:38:58 +00:00
parent 0d3292dd1e
commit e72a5cb4af
23 changed files with 788 additions and 936 deletions

View File

@@ -1,10 +1,17 @@
// node native modules
import * as path from 'path';
export { path };
// @pushrocks scope
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, smartlog, smartrequest };
export { consolecolor, smartarchive, smartfile, smartlog, smartrequest };
// third party scope
import packageJson from 'package-json';