remove shelljs
This commit is contained in:
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");
|
||||
|
Reference in New Issue
Block a user