fix(core): update

This commit is contained in:
2019-09-06 11:12:23 +02:00
parent 96b21b57ce
commit 24af38ed8b
10 changed files with 1358 additions and 403 deletions

View File

@@ -1,6 +1,12 @@
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
import * as smartlog from '@pushrocks/smartlog';
smartlog.defaultLogger.enableConsole();
import * as smartrequest from '@pushrocks/smartrequest';
export { consolecolor, smartlog, smartrequest };
// third party scope
import packageJson from 'package-json';
export { packageJson };