]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added a repository field to package.json to prevent npm warning. Closes #4705. 4706/head
authorTim Farley <me@timfarley.com>
Sun, 16 Mar 2014 23:33:52 +0000 (19:33 -0400)
committerTim Farley <me@timfarley.com>
Sun, 16 Mar 2014 23:33:52 +0000 (19:33 -0400)
package.json

index 8c71d3ee25872d76ca57ffcd891d0d065986b4d7..8ee70228fd7be56708ef0c0d1a9e7858d276030f 100644 (file)
     "grunt-contrib-jst": "~0.5.1",
     "jasmine-jquery": "~1.3.3"
   },
+  "repository" : { 
+    "type" : "git",
+    "url" : "https://github.com/zurb/foundation"
+  },
   "licenses": [
     {
       "type": "MIT",