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