remove shelljs

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

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