Update repo paths in component.json and package.json.

Former-commit-id: 4c2b2498786c11d100cd82d006d0a98feba4586e
This commit is contained in:
John-David Dalton
2013-08-27 23:47:33 -07:00
parent 8f9c4cd217
commit 618b25df08
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "lodash", "name": "lodash",
"repo": "bestiejs/lodash", "repo": "lodash/lodash",
"version": "1.3.1", "version": "1.3.1",
"description": "A utility library delivering consistency, customization, performance, and extras.", "description": "A utility library delivering consistency, customization, performance, and extras.",
"license": "MIT", "license": "MIT",

View File

@@ -37,11 +37,11 @@
} }
], ],
"bugs": { "bugs": {
"url": "https://github.com/bestiejs/lodash/issues" "url": "https://github.com/lodash/lodash/issues"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bestiejs/lodash.git" "url": "https://github.com/lodash/lodash.git"
}, },
"engines": [ "engines": [
"node", "node",