fix(core): update

This commit is contained in:
2019-11-15 21:44:11 +01:00
parent 0e9c81b898
commit 2d3f59cc65
5 changed files with 78 additions and 29 deletions

View File

@@ -0,0 +1,13 @@
// @pushrocks scope
import * as smartenv from '@pushrocks/smartenv';
export {
smartenv
};
// third party scope
import puppeteer from 'puppeteer';
export {
puppeteer
}