From bd68be882cb5cfe4370e26c88d88bb957d598513 Mon Sep 17 00:00:00 2001 From: Kreozot Date: Mon, 17 Aug 2015 17:17:19 +0300 Subject: [PATCH] grunt-sass version changed to ^1.0.0. It fix "npm install" fails on node ^0.12. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43f93fd..4e24ad7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "^0.6.1", - "grunt-sass": "^0.17.0", + "grunt-sass": "^1.0.0", "load-grunt-tasks": "~0.2.0" } }