From a83c1062976924338ce2057f6c1e7b5b14fc6a3a Mon Sep 17 00:00:00 2001 From: Andrew Plummer Date: Thu, 1 May 2014 01:49:00 +0900 Subject: [PATCH] adding repo to component.json --- component.json | 1 + lib/core/component.json | 1 + 2 files changed, 2 insertions(+) diff --git a/component.json b/component.json index 56b6123d4..04a551557 100644 --- a/component.json +++ b/component.json @@ -5,6 +5,7 @@ "homepage": "http://sugarjs.com/", "author": "Andrew Plummer", "keywords": ["sugarjs", "functional", "utility", "util", "browser", "date", "time", "parse", "format"], + "repo": "andrewplummer/Sugar", "main": "release/sugar.dev.js", "scripts" : [ "release/sugar.dev.js" diff --git a/lib/core/component.json b/lib/core/component.json index 6ca7a6a75..0d6a252c1 100644 --- a/lib/core/component.json +++ b/lib/core/component.json @@ -4,6 +4,7 @@ "description": "Sugar core", "homepage": "http://sugarjs.com/", "author": "Andrew Plummer", + "repo": "andrewplummer/sugar-core", "main": "core.dev.js", "scripts" : [ "core.dev.js"