remove some unused deps
This commit is contained in:
parent
0fd3bd262b
commit
5c87851ab8
@ -27,7 +27,6 @@
|
||||
"beautylog": "^5.0.12",
|
||||
"cflare": "0.0.7",
|
||||
"fs-extra": "^0.30.0",
|
||||
"letsencrypt": "^1.4.4",
|
||||
"q": "^1.4.1",
|
||||
"shelljs": "^0.7.0",
|
||||
"smartcli": "^1.0.4",
|
||||
|
@ -7,5 +7,6 @@ export let q = require("q");
|
||||
export let shelljs = require("shelljs");
|
||||
export import smartcli = require("smartcli");
|
||||
export import smartfile = require("smartfile");
|
||||
export import smartgit = require("smartgit");
|
||||
export import smartstring = require("smartstring");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user