From 3ef298215a8c0844605daa1709f26ab198fe636e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 8 Jan 2021 21:42:52 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/index.ts b/ts/index.ts index 5f86ff5..7f86cac 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,7 @@ // module exports export * from './smartpuppeteer.classes.smartpuppeteer'; +export * from './smartpuppeteer.classes.incognitobrowser'; // direct exports import { puppeteer } from './smartpuppeteer.plugins';