Update various package configs.

This commit is contained in:
John-David Dalton
2013-09-13 11:42:01 -07:00
parent e26d355fb7
commit be76614c90
4 changed files with 7 additions and 19 deletions

View File

@@ -1,20 +1,12 @@
{
"name": "lodash",
"repo": "lodash/lodash",
"version": "1.3.1",
"version": "2.0.0",
"description": "A utility library delivering consistency, customization, performance, and extras.",
"license": "MIT",
"keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"],
"scripts": [
"index.js",
"dist/lodash.compat.js"
],
"keywords": [
"browser",
"client",
"functional",
"performance",
"server",
"speed",
"util"
]
}