mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Tweak paths in package.json.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "A utility library delivering consistency, customization, performance, and extras.",
|
"description": "A utility library delivering consistency, customization, performance, and extras.",
|
||||||
"homepage": "http://lodash.com/",
|
"homepage": "http://lodash.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/lodash.js",
|
"main": "dist/lodash.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
"client",
|
"client",
|
||||||
@@ -21,9 +21,7 @@
|
|||||||
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
|
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
|
||||||
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)"
|
||||||
],
|
],
|
||||||
"bugs": {
|
"bugs": "https://github.com/lodash/lodash/issues",
|
||||||
"url": "https://github.com/lodash/lodash/issues"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lodash/lodash.git"
|
"url": "https://github.com/lodash/lodash.git"
|
||||||
@@ -42,7 +40,7 @@
|
|||||||
"dist/lodash.underscore.min.js"
|
"dist/lodash.underscore.min.js"
|
||||||
],
|
],
|
||||||
"jam": {
|
"jam": {
|
||||||
"main": "./dist/lodash.compat.js"
|
"main": "dist/lodash.compat.js"
|
||||||
},
|
},
|
||||||
"volo": {
|
"volo": {
|
||||||
"type": "directory",
|
"type": "directory",
|
||||||
|
|||||||
Reference in New Issue
Block a user