From 618b25df081d86b15f189be6625bd3892ce80ee9 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 27 Aug 2013 23:47:33 -0700 Subject: [PATCH] Update repo paths in component.json and package.json. Former-commit-id: 4c2b2498786c11d100cd82d006d0a98feba4586e --- component.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/component.json b/component.json index 9c4cf61fa..fd6c09ae7 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "lodash", - "repo": "bestiejs/lodash", + "repo": "lodash/lodash", "version": "1.3.1", "description": "A utility library delivering consistency, customization, performance, and extras.", "license": "MIT", diff --git a/package.json b/package.json index 464f58ed7..657bd9d90 100644 --- a/package.json +++ b/package.json @@ -37,11 +37,11 @@ } ], "bugs": { - "url": "https://github.com/bestiejs/lodash/issues" + "url": "https://github.com/lodash/lodash/issues" }, "repository": { "type": "git", - "url": "https://github.com/bestiejs/lodash.git" + "url": "https://github.com/lodash/lodash.git" }, "engines": [ "node",