fix(core): update

This commit is contained in:
2019-06-03 17:16:47 +02:00
parent 8853eecbb9
commit 54a0ec6c71
9 changed files with 106 additions and 83 deletions

View File

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