From 063247fd8622264af48f6d82f827b4f1176ca296 Mon Sep 17 00:00:00 2001 From: Evan Payne Date: Thu, 9 Nov 2017 18:10:18 +0100 Subject: [PATCH] Update node-sass dependency There is an issue with watchers in the latest version of node-sass. This fixes us to to the last version that worked. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e92cdc2..126fbcb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ }, "dependencies": { "bluebird": "^3.4.6", - "node-sass": "*", + "node-sass": "4.5.3", "glob": "*", "nativescript-hook": "^0.2.0" },