fix(core): update
This commit is contained in:
parent
45dfa16ab7
commit
32a6db645d
@ -58,4 +58,4 @@
|
|||||||
"npmextra.json",
|
"npmextra.json",
|
||||||
"readme.md"
|
"readme.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -2,10 +2,7 @@
|
|||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
|
|
||||||
export {
|
export { fs, path };
|
||||||
fs,
|
|
||||||
path
|
|
||||||
};
|
|
||||||
|
|
||||||
// @pushrocks scope
|
// @pushrocks scope
|
||||||
import * as smarthash from '@pushrocks/smarthash';
|
import * as smarthash from '@pushrocks/smarthash';
|
||||||
@ -13,20 +10,11 @@ import * as smartpath from '@pushrocks/smartpath';
|
|||||||
import * as smartpromise from '@pushrocks/smartpromise';
|
import * as smartpromise from '@pushrocks/smartpromise';
|
||||||
import * as smartrequest from '@pushrocks/smartrequest';
|
import * as smartrequest from '@pushrocks/smartrequest';
|
||||||
|
|
||||||
export {
|
export { smarthash, smartpath, smartpromise, smartrequest };
|
||||||
smarthash,
|
|
||||||
smartpath,
|
|
||||||
smartpromise,
|
|
||||||
smartrequest,
|
|
||||||
};
|
|
||||||
|
|
||||||
// third party scope
|
// third party scope
|
||||||
import * as fsExtra from 'fs-extra';
|
import * as fsExtra from 'fs-extra';
|
||||||
import glob from 'glob';
|
import glob from 'glob';
|
||||||
import yaml from 'js-yaml';
|
import yaml from 'js-yaml';
|
||||||
|
|
||||||
export {
|
export { fsExtra, glob, yaml };
|
||||||
fsExtra,
|
|
||||||
glob,
|
|
||||||
yaml
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user