fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartcrypto',
|
||||
version: '2.0.0',
|
||||
version: '2.0.1',
|
||||
description: 'easy crypto methods'
|
||||
}
|
||||
|
@ -4,6 +4,6 @@ import * as smartpromise from '@pushrocks/smartpromise';
|
||||
export { smartpromise };
|
||||
|
||||
// third party scope
|
||||
import * as nodeForge from 'node-forge';
|
||||
import nodeForge from 'node-forge';
|
||||
|
||||
export { nodeForge };
|
||||
|
Reference in New Issue
Block a user