From c77e7af12664a7f92809a9baff2bcbcf54c262b8 Mon Sep 17 00:00:00 2001 From: Fabio Spampinato Date: Thu, 3 Jun 2021 13:22:28 +0100 Subject: [PATCH] Ensuring "minify" is only listed as a dev dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f12643df..6a5f6c799 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "graphlib": "^2.1.7", "he": "^1.2.0", "khroma": "^1.1.0", - "minify": "^4.1.1", "moment-mini": "^2.22.1", "stylis": "^3.5.2" }, @@ -81,6 +80,7 @@ "identity-obj-proxy": "^3.0.0", "jest": "^24.9.0", "jison": "^0.4.18", + "minify": "^4.1.1", "moment": "^2.23.0", "node-sass": "^5.0.0", "prettier": "^1.18.2",