From 78fd53629a3fca9dfe406f093a5e924e39e8fc4c Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Sun, 1 Jun 2014 22:56:48 -0400 Subject: [PATCH] Update repository field to have a full git path that will make npm website linking work. This only really matters because the package name is not the same as the repo name which makes inferring the github URI not obvious. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7c58e2..3396060 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "twitter": "https://twitter.com/jongleberry" }, "license": "MIT", - "repository": "component/build.js", + "repository": "git://github.com/component/build.js.git", "dependencies": { "debug": "*", "component-builder": "^1.1.2",