From 09354627064fdc120a1894373618fb78a66adb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Normand?= Date: Sun, 7 Jul 2019 11:41:30 +0200 Subject: [PATCH] Update package.json for node 12 support simple node-sass update which fixes this issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a51fb2f..6483878 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-sass": "^3.0.2", "grunt-zip": "~0.17.1", "load-grunt-tasks": "^4.0.0", - "node-sass": "^4.11.0", + "node-sass": "^4.12.0", "mustache": "^2.3.0", "socket.io": "^2.2.0" },