From 9208499bb5575f952fc2517d1e42a6553c683654 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 8 Mar 2015 15:35:55 +0100 Subject: [PATCH] Add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 366e26d..aa19b36 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,9 @@ "grunt-contrib-cssmin": "^0.10.0", "grunt-contrib-uglify": "^0.6.0", "grunt-contrib-watch": "^0.6.1" + }, + "repository": { + "type": "git", + "url": "https://github.com/Rudloff/alltube.git" } }