From d57f7ad4bea93455358d78df9498ba3098e33379 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 17 Aug 2019 23:51:47 +0100 Subject: [PATCH] Remove items from the package.json that were used in EUS --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index e39c28d..767c723 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,7 @@ "license": "ISC", "dependencies": { "chalk": "^2.4.2", - "connect-busboy": "0.0.2", "express": "^4.17.1", - "get-folder-size": "^2.0.1", - "http": "0.0.0", - "randomstring": "^1.1.5", - "request": "^2.88.0", - "semantic-ui": "^2.4.2" + "http": "0.0.0" } }