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",