Tweak paths in package.json.

This commit is contained in:
John-David Dalton
2013-09-06 01:21:08 -05:00
parent 720e19a01f
commit f86322545a

View File

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