remove some unused deps

This commit is contained in:
Philipp Kunz 2016-06-22 14:58:46 +02:00
parent 0fd3bd262b
commit 5c87851ab8
2 changed files with 1 additions and 1 deletions

View File

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

View File

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