fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-02 19:13:45 +02:00
parent 72a696908a
commit bd94115cb7

View File

@ -2,3 +2,9 @@ export * from './smartcrypto.classes.smartcrypto';
export * from './smartcrypto.classes.keypair';
export * from './smartcrypto.classes.privatekey';
export * from './smartcrypto.classes.publickey';
import { nodeForge } from './smartcrypto.plugins';
export {
nodeForge
};