fix(core): update

This commit is contained in:
2018-10-06 17:35:26 +02:00
parent 665bcba84e
commit da421e29be
6 changed files with 55 additions and 57 deletions

View File

@@ -2,29 +2,18 @@
import * as http from 'http';
import * as path from 'path';
export {
http,
path
}
export { http, path };
// @pushrocks
import * as smartfile from '@pushrocks/smartfile';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartnetwork from '@pushrocks/smartnetwork';
import * as smartunique from 'smartunique';
import * as smartunique from '@pushrocks/smartunique';
export {
smartfile,
smartpromise,
smartunique,
smartnetwork
}
export { smartfile, smartpromise, smartunique, smartnetwork };
// thirdparty
import * as express from 'express';
import * as puppeteer from 'puppeteer';
export {
express,
puppeteer
}
export { express, puppeteer };