aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-06 14:01:00 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-07 20:37:53 +0000
commitbdf4c9b8962dfdf844f27f2073b4ee98f21a428e (patch)
tree5d87cc2a5037164255a32ac7def7fec225a0f688
parent866c50d4a927396288c37d8f59b3b8913ac49eac (diff)
Restrict node-sass package version to 4.8.x
Seem such error is coming with 4.9.x version: Mixins may not be defined within control directives or other mixins. Change-Id: I573f9d452b52f1f8bb5aad997d30508106a464fa Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--webapp/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/package.json b/webapp/package.json
index 2df4888..449b313 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -62,7 +62,7 @@
"ng2-smart-table": "1.2.2",
"ng2-tree": "2.0.0-alpha.10",
"ngx-cookie": "1.0.1",
- "node-sass": "^4.8.1",
+ "node-sass": "~4.8.1",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"popper.js": "~1.12.9",