From 8990ad3c654294222e5268e7f5ea699f9eeac9d9 Mon Sep 17 00:00:00 2001 From: Evan Payne Date: Sat, 18 Nov 2017 11:18:25 +0300 Subject: [PATCH] Update to node-sass version with fixed watchers Verified that 4.7.1 has it's watchers fixed, plus other benefits. https://github.com/sass/node-sass/releases/tag/v4.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4805b73..5dc3cac 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ }, "dependencies": { "bluebird": "^3.4.6", - "node-sass": "^4.6.1", + "node-sass": "^4.7.1", "glob": "^7.1.2", "nativescript-hook": "^0.2.0" },