fix(core): update

This commit is contained in:
2019-01-06 23:54:46 +01:00
parent ed4ba0cb61
commit ee300c3e12
4 changed files with 243 additions and 23 deletions

View File

@@ -1,8 +1,9 @@
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartdns from '@pushrocks/smartdns';
import * as smartpromise from '@pushrocks/smartpromise';
export { smartpromise, smartdelay };
export { smartdelay, smartdns, smartpromise };
// thirs party scope
import * as acme from 'acme-client';