fix(core): update

This commit is contained in:
2020-03-04 16:31:13 +00:00
parent f86f053bd5
commit b4add67f37
5 changed files with 192 additions and 109 deletions

View File

@ -6,11 +6,12 @@ export { fs, path };
// @pushrocks scope
import * as smarthash from '@pushrocks/smarthash';
import * as smartmime from '@pushrocks/smartmime';
import * as smartpath from '@pushrocks/smartpath';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrequest from '@pushrocks/smartrequest';
export { smarthash, smartpath, smartpromise, smartrequest };
export { smarthash, smartmime, smartpath, smartpromise, smartrequest };
// third party scope
import * as fsExtra from 'fs-extra';