mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Update repo paths in component.json and package.json.
Former-commit-id: 4c2b2498786c11d100cd82d006d0a98feba4586e
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user