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

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ modularize
node_modules
dist/*.backbone.*
dist/*.legacy.*
dist/*.mobile.*

View File

@@ -1,10 +1,6 @@
.*
*.custom.*
*.min.*
*.template.*
*.map
*.md
lodash.js
/lodash.js
index.js
bower.json
component.json

View File

@@ -1,16 +1,15 @@
{
"name": "lodash",
"version": "1.3.1",
"version": "2.0.0",
"main": "./dist/lodash.compat.js",
"ignore": [
".*",
"*.custom.*",
"*.min.*",
"*.template.*",
"*.map",
"*.md",
"*.txt",
"lodash.js",
"/*.min.*",
"/lodash.js",
"index.js",
"component.json",
"package.json",

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"
]
}