fix(core): update

This commit is contained in:
2019-10-01 19:28:50 +02:00
parent 9e6cb240dd
commit 6595d61562
7 changed files with 57 additions and 27 deletions

View File

@@ -1,13 +1,9 @@
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};
export { smartpromise };
// third party scope
import * as nodeForge from 'node-forge';
export {
nodeForge
};
export { nodeForge };