Updating package.json file to have repo
authorArthur <arthur@zurb.com>
Tue, 9 Sep 2014 20:55:51 +0000 (13:55 -0700)
committerArthur <arthur@zurb.com>
Tue, 9 Sep 2014 20:55:51 +0000 (13:55 -0700)
package.json

index d3649e5..3c442a0 100644 (file)
@@ -6,5 +6,9 @@
     "grunt": "~0.4.1",
     "grunt-contrib-watch": "~0.5.3",
     "grunt-sass": "~0.8.1"
-  }
+  },
+  "repository" : {
+    "type" : "git",
+    "url" : "https://github.com/zurb/foundation-libsass-template"
+  },
 }