From bd589af42c44a61a5063027bfdf96a56cbbcf788 Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Fri, 23 Sep 2022 17:44:14 -0400 Subject: [PATCH] Remove the now-unneeded NPM packaging workaround Leave a stub structure to house the next workaround when needed. --- dashboard/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 66a55b4612..d2f1dde310 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -87,7 +87,8 @@ "jsdoc": "^3.6.10", "less": "^4.1.2", "less-loader": "^11.0.0", - "prettier": "^2.6.2", - "tough-cookie": "^4.1.2" + "prettier": "^2.6.2" + }, + "overrides": { } }