fix(core): now creating certs all right

This commit is contained in:
2018-08-12 01:35:14 +02:00
parent 651ef6d281
commit 223a47c997
5 changed files with 69 additions and 15 deletions

View File

@ -1,5 +1,7 @@
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
export {
smartpromise
smartpromise,
smartdelay
}