From 5c87851ab87dc66a9c227bfb08a3c163267b2649 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 22 Jun 2016 14:58:46 +0200 Subject: [PATCH] remove some unused deps --- package.json | 1 - ts/cert.plugins.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7794d0b..e1e290d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/cert.plugins.ts b/ts/cert.plugins.ts index 03bbe3e..c98e414 100644 --- a/ts/cert.plugins.ts +++ b/ts/cert.plugins.ts @@ -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");