From 952ec8d23bfea3fe1b2336ad758d1b3f7cdf6bb1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 7 Nov 2017 04:38:10 -0700 Subject: [PATCH] ursa is not a dependency --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d6a44b..ab35746 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "serve-static": "1.x", "sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2", "stripe": "^4.22.0", - "twilio": "1.x", - "ursa": "^0.9.1" + "twilio": "1.x" } }