From 033a316143c4bc213e6351802ea14a6053b8a093 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 25 Oct 2013 19:40:31 -0400 Subject: [PATCH] adds package repository field --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index fcf68ac6d..5bae2f433 100755 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "scripts": { "test": "grunt test" }, + "repository": { + "type": "git", + "url": "git://github.com/jlukic/Semantic-UI.git" + }, "dependencies": { "docpad": "~6.53.4", "docpad-plugin-eco": "~2.0.2",