From 08aac62d50159d1bf922b2859b3c598d2e957763 Mon Sep 17 00:00:00 2001 From: Tim Farley Date: Sun, 16 Mar 2014 19:33:52 -0400 Subject: [PATCH] Added a repository field to package.json to prevent npm warning. Closes #4705. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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", -- 2.47.2