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 node_modules
dist/*.backbone.* dist/*.backbone.*
dist/*.legacy.* dist/*.legacy.*
dist/*.mobile.*

View File

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

View File

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

View File

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