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",
"repo": "bestiejs/lodash",
"repo": "lodash/lodash",
"version": "1.3.1",
"description": "A utility library delivering consistency, customization, performance, and extras.",
"license": "MIT",

View File

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