From b2df8ba4c327fb881546c77a650bfe2113720477 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Thu, 11 Dec 2014 22:06:46 -0500 Subject: [PATCH] Add a repository field to bower.json --- bower.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bower.json b/bower.json index 9e03482..fddf3ba 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,10 @@ "name": "skeleton", "version": "2.0.1", "homepage": "http://getskeleton.com/", + "repository": { + "type": "git", + "url": "https://github.com/dhg/Skeleton" + }, "authors": [ "Dave Gamache (http://davegamache.com/)" ],