From 632550e22342281135f620aeb0a88dc40eb7a406 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Sun, 30 Aug 2015 15:15:03 -0400 Subject: [PATCH] Update node-sass Must be the diff for node on new install --- template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.js b/template.js index a0e685c..95c1e3b 100644 --- a/template.js +++ b/template.js @@ -21,10 +21,10 @@ exports.template = function(grunt, init, done) { description: "Gaslight Media", version: "0.0.1", devDependencies: { - "node-sass": "~1.2.3", + "node-sass": "~2.0.1", "grunt": "~0.4.5", "grunt-contrib-watch": "~0.6.1", - "grunt-sass": "~0.17.0", + "grunt-sass": "~0.18.0", "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-copy": "~0.7.0" -- 2.17.1