mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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/)"
|
||||
],
|
||||
"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.\"" },
|
||||
"engines": ["node", "rhino"],
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user