From aa5b74cf9b03675f8f8001a78988015ed69e99ad Mon Sep 17 00:00:00 2001 From: Matt DeCamp Date: Wed, 8 Dec 2021 20:49:49 -0500 Subject: [PATCH] removed unused devdependencies removed redundant cross-env package and unused get-google-fonts package --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index d93c2ab..ec4a675 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,5 @@ "html-minifier": "^4.0.0", "luxon": "^1.28.0", "node-sass": "^6.0.1" - }, - "devDependencies": { - "cross-env": "^7.0.3", - "get-google-fonts": "^1.2.2" } }