remove shelljs
This commit is contained in:
parent
80db0fc581
commit
019864a484
3
dist/mod00/mod00.plugins.d.ts
vendored
3
dist/mod00/mod00.plugins.d.ts
vendored
@ -1,6 +1,5 @@
|
||||
export * from '../npmts.plugins';
|
||||
import * as tsn from 'tsn';
|
||||
import * as shelljs from 'shelljs';
|
||||
import * as smartchok from 'smartchok';
|
||||
import * as smartstream from 'smartstream';
|
||||
export { tsn, shelljs, smartchok, smartstream };
|
||||
export { tsn, smartchok, smartstream };
|
||||
|
2
dist/mod00/mod00.plugins.js
vendored
2
dist/mod00/mod00.plugins.js
vendored
@ -5,8 +5,6 @@ function __export(m) {
|
||||
__export(require("../npmts.plugins"));
|
||||
const tsn = require("tsn");
|
||||
exports.tsn = tsn;
|
||||
const shelljs = require("shelljs");
|
||||
exports.shelljs = shelljs;
|
||||
const smartchok = require("smartchok");
|
||||
exports.smartchok = smartchok;
|
||||
const smartstream = require("smartstream");
|
||||
|
@ -39,7 +39,6 @@
|
||||
"@types/gulp-mocha": "0.0.29",
|
||||
"@types/gulp-sourcemaps": "0.0.29",
|
||||
"@types/minimatch": "^2.0.29",
|
||||
"@types/shelljs": "^0.3.33",
|
||||
"@types/through2": "^2.0.32",
|
||||
"beautylog": "6.0.0",
|
||||
"depcheck": "^0.6.7",
|
||||
@ -54,7 +53,6 @@
|
||||
"lodash": "^4.17.4",
|
||||
"npmextra": "^2.0.3",
|
||||
"projectinfo": "3.0.1",
|
||||
"shelljs": "^0.7.6",
|
||||
"smartchok": "^1.0.4",
|
||||
"smartcli": "2.0.1",
|
||||
"smartcov": "1.0.0",
|
||||
|
@ -1,13 +1,11 @@
|
||||
export * from '../npmts.plugins'
|
||||
|
||||
import * as tsn from 'tsn'
|
||||
import * as shelljs from 'shelljs'
|
||||
import * as smartchok from 'smartchok'
|
||||
import * as smartstream from 'smartstream'
|
||||
|
||||
export {
|
||||
tsn,
|
||||
shelljs,
|
||||
smartchok,
|
||||
smartstream
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user