From: Arthur Date: Tue, 9 Sep 2014 20:55:51 +0000 (-0700) Subject: Updating package.json file to have repo X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=915dbc904fe39918a158a9616b7ae1d6b7cf45f1;p=web%2FFoundationZurbProject.git Updating package.json file to have repo --- diff --git a/package.json b/package.json index d3649e5..3c442a0 100644 --- a/package.json +++ b/package.json @@ -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" + }, }