From 5084bf8f847cd4a8b5d0c30363811c9cef1c6309 Mon Sep 17 00:00:00 2001 From: Stoyan Stratev Date: Fri, 17 Nov 2017 10:42:54 +0200 Subject: [PATCH] lini/update-node-sass-version Update node-sass version and fix glob package version. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fbd6467..4805b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-dev-sass", - "version": "1.3.3", + "version": "1.3.4", "description": "SASS CSS pre-processor for NativeScript projects.", "scripts": { "test": "exit 0", @@ -58,8 +58,8 @@ }, "dependencies": { "bluebird": "^3.4.6", - "node-sass": "4.5.3", - "glob": "*", + "node-sass": "^4.6.1", + "glob": "^7.1.2", "nativescript-hook": "^0.2.0" }, "bugs": {