fix(core): update

This commit is contained in:
Philipp Kunz 2021-01-08 21:42:52 +00:00
parent 23c65e23ae
commit 3ef298215a

View File

@ -1,6 +1,7 @@
// module exports
export * from './smartpuppeteer.classes.smartpuppeteer';
export * from './smartpuppeteer.classes.incognitobrowser';
// direct exports
import { puppeteer } from './smartpuppeteer.plugins';