From 3f2ef96c66a23a6afe043ccc54a4911373eec730 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto Date: Fri, 25 Sep 2020 05:23:23 +0000 Subject: [PATCH] Completely remove devDependencies --- frontend/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8a1a87c..bc4f51c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,6 +19,5 @@ "webpack": "^4.34.0", "webpack-cli": "^3.3.4", "xterm": "3.14.4" - }, - "devDependencies": {} + } }