Skip to content

Commit 063247f

Browse files
authored
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.
1 parent c8b93bc commit 063247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"dependencies": {
6060
"bluebird": "^3.4.6",
61-
"node-sass": "*",
61+
"node-sass": "4.5.3",
6262
"glob": "*",
6363
"nativescript-hook": "^0.2.0"
6464
},

0 commit comments

Comments
 (0)