From: Tim Farley Date: Sun, 16 Mar 2014 23:33:52 +0000 (-0400) Subject: Added a repository field to package.json to prevent npm warning. Closes #4705. X-Git-Tag: v5.2.2~92^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4706%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added a repository field to package.json to prevent npm warning. Closes #4705. --- diff --git a/package.json b/package.json index 8c71d3ee2..8ee70228f 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,10 @@ "grunt-contrib-jst": "~0.5.1", "jasmine-jquery": "~1.3.3" }, + "repository" : { + "type" : "git", + "url" : "https://github.com/zurb/foundation" + }, "licenses": [ { "type": "MIT",