From 08f582058cfe35b3943c55203ed95f7c21113e53 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 27 Apr 2020 16:02:34 +1200 Subject: [PATCH] fix: remove un-used lodash dependency --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 6cf0d5b..a2208a3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "devDependencies": { "@types/bs58": "4.0.1", "@types/jest": "25.2.1", - "@types/lodash": "4.14.150", "@types/node": "12.7.2", "@typescript-eslint/eslint-plugin": "2.28.0", "@typescript-eslint/parser": "2.28.0", @@ -49,7 +48,6 @@ "@stablelib/random": "1.0.0", "bs58": "4.0.1", "jsonld": "3.1.0", - "jsonld-signatures": "5.0.1", - "lodash": "4.17.15" + "jsonld-signatures": "5.0.1" } }