fix(core): update
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartmetrics',
|
||||
version: '2.0.6',
|
||||
name: '@push.rocks/smartmetrics',
|
||||
version: '2.0.7',
|
||||
description: 'easy system metrics'
|
||||
}
|
||||
|
@ -6,8 +6,8 @@ import * as fs from 'fs';
|
||||
export { v8, os, fs };
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartdelay from '@pushrocks/smartdelay';
|
||||
import * as smartlog from '@pushrocks/smartlog';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
|
||||
export { smartdelay, smartlog };
|
||||
|
||||
|
Reference in New Issue
Block a user