fix(core): update
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smarthash',
|
||||
version: '3.0.2',
|
||||
name: '@push.rocks/smarthash',
|
||||
version: '3.0.3',
|
||||
description: 'simplified access to node hash functions'
|
||||
}
|
||||
|
@ -7,8 +7,8 @@ import * as stream from 'stream';
|
||||
export { crypto, fs, path, stream };
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as smartjson from '@pushrocks/smartjson';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
|
||||
export { smartpromise, smartjson };
|
||||
|
||||
|
Reference in New Issue
Block a user