mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Use shorthand for package.json "repository" field. [ci skip]
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
||||||
],
|
],
|
||||||
"bugs": "https://github.com/lodash/lodash/issues",
|
"bugs": "https://github.com/lodash/lodash/issues",
|
||||||
"repository": { "type": "git", "url": "https://github.com/lodash/lodash.git" },
|
"repository": "lodash/lodash",
|
||||||
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
|
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
|
||||||
"engines": ["node", "rhino"],
|
"engines": ["node", "rhino"],
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user