Skip to content

Commit 5084bf8

Browse files
authored
lini/update-node-sass-version
Update node-sass version and fix glob package version.
1 parent ea299e8 commit 5084bf8

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)