fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-29 16:43:31 +02:00
parent 45dfa16ab7
commit 32a6db645d
2 changed files with 4 additions and 16 deletions

View File

@ -58,4 +58,4 @@
"npmextra.json",
"readme.md"
]
}
}

View File

@ -2,10 +2,7 @@
import * as fs from 'fs';
import * as path from 'path';
export {
fs,
path
};
export { fs, path };
// @pushrocks scope
import * as smarthash from '@pushrocks/smarthash';
@ -13,20 +10,11 @@ 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, smartpath, smartpromise, smartrequest };
// third party scope
import * as fsExtra from 'fs-extra';
import glob from 'glob';
import yaml from 'js-yaml';
export {
fsExtra,
glob,
yaml
};
export { fsExtra, glob, yaml };