fix(core): update
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartpuppeteer',
|
||||
version: '2.0.2',
|
||||
name: '@push.rocks/smartpuppeteer',
|
||||
version: '2.0.3',
|
||||
description: 'simplified access to puppeteer'
|
||||
}
|
||||
|
@ -4,8 +4,8 @@ import * as os from 'os';
|
||||
export { os };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartdelay from '@pushrocks/smartdelay';
|
||||
import * as smartshell from '@pushrocks/smartshell';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartshell from '@push.rocks/smartshell';
|
||||
|
||||
export { smartdelay, smartshell };
|
||||
|
||||
|
Reference in New Issue
Block a user