diff options
author | Aurélien Normand | 2019-07-07 11:41:30 +0200 |
---|---|---|
committer | GitHub | 2019-07-07 11:41:30 +0200 |
commit | 09354627064fdc120a1894373618fb78a66adb0c (patch) | |
tree | 29f5cc1db222916e19188cc8d912eca777549980 | |
parent | bd3758a4df0cef60c984551ad413df7a90862b2b (diff) |
Update package.json for node 12 support
simple node-sass update which fixes this issue
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |