remove shelljs

This commit is contained in:
Philipp Kunz 2017-01-18 01:04:19 +01:00
parent 80db0fc581
commit 019864a484
4 changed files with 1 additions and 8 deletions

View File

@ -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 };

View File

@ -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");

View File

@ -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",

View File

@ -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
}