fix(core): update

This commit is contained in:
2019-05-29 00:27:43 +02:00
parent 20847362a1
commit e981d61a54
10 changed files with 578 additions and 343 deletions

View File

@@ -13,7 +13,7 @@ import * as smartunique from '@pushrocks/smartunique';
export { smartfile, smartpromise, smartunique, smartnetwork };
// thirdparty
import * as express from 'express';
import * as puppeteer from 'puppeteer';
import express from 'express';
import puppeteer from 'puppeteer';
export { express, puppeteer };