Update node-sass
authorSteve Sutton <steve@gaslightmedia.com>
Sun, 30 Aug 2015 19:15:03 +0000 (15:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 22 Oct 2015 12:20:29 +0000 (08:20 -0400)
Must be the diff for node on new install

template.js

index a0e685c..95c1e3b 100644 (file)
@@ -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"