Updating Sass
authorArthur <arthur@zurb.com>
Tue, 9 Sep 2014 20:29:22 +0000 (13:29 -0700)
committerArthur <arthur@zurb.com>
Tue, 9 Sep 2014 20:29:22 +0000 (13:29 -0700)
package.json

index b4f8dba..d3649e5 100644 (file)
@@ -2,9 +2,9 @@
   "name": "foundation-libsass-template",
   "version": "0.0.1",
   "devDependencies": {
-    "node-sass": "~0.7.0",
+    "node-sass": "~0.9.3",
     "grunt": "~0.4.1",
     "grunt-contrib-watch": "~0.5.3",
-    "grunt-sass": "~0.8.0"
+    "grunt-sass": "~0.8.1"
   }
 }