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

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