fix(core): update

This commit is contained in:
2019-06-04 08:29:05 +02:00
parent f2430d095f
commit 35e5ded808
4 changed files with 32 additions and 28 deletions

View File

@@ -1,10 +1,8 @@
// pushrocks scope
import * as smartpdf from '@pushrocks/smartpdf';
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
import * as smartunique from '@pushrocks/smartunique';
export { smartpdf, smartunique };
export { smartpdf, smartpuppeteer, smartunique };
// third party
import puppeteer from 'puppeteer';
export { puppeteer };