From db5afa1fa2c0c57310205a07b6d874775d6e8ecc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 6 Jul 2021 23:04:40 +1000 Subject: [PATCH] node-sass 6.0.1 works with node-sass watch way better --- backend/static/styles/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/static/styles/package.json b/backend/static/styles/package.json index f00d13d7..b4f1d5dc 100644 --- a/backend/static/styles/package.json +++ b/backend/static/styles/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "node-sass": "^6.0.0", + "node-sass": "^6.0.1", "trim-newlines": "^3.0.1" } }