Skip to content

Commit d3368ef

Browse files
authored
Merge pull request #50 from NativeScript/lini-patch-1
Update node-sass version
2 parents ea299e8 + 5084bf8 commit d3368ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-sass",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "SASS CSS pre-processor for NativeScript projects.",
55
"scripts": {
66
"test": "exit 0",
@@ -58,8 +58,8 @@
5858
},
5959
"dependencies": {
6060
"bluebird": "^3.4.6",
61-
"node-sass": "4.5.3",
62-
"glob": "*",
61+
"node-sass": "^4.6.1",
62+
"glob": "^7.1.2",
6363
"nativescript-hook": "^0.2.0"
6464
},
6565
"bugs": {

0 commit comments

Comments
 (0)