From 0e5937b1b7e1eeee7ae9090decc163a34f918773 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Feb 2017 14:51:31 +0200 Subject: [PATCH] package.json: Match node-sass version with Bootstrap From the package.json used by the Bootstrap project, see: https://github.com/twbs/bootstrap/blob/v4-dev/package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3213796..cc88695 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "clean-css-cli": "^4.0.0", "cookieconsent": "^3.0.4", "font-awesome": "^4.7.0", - "node-sass": "latest" + "node-sass": "^4.5.0" } }