Cleanup ignore files and package files, adding bower.json.

Former-commit-id: eb817fdaa786f35a7906d56dc1bd7e4af1bee33a
This commit is contained in:
John-David Dalton
2013-04-09 20:49:42 -07:00
parent 9f12552907
commit 723ddf8cda
5 changed files with 32 additions and 11 deletions

6
.gitignore vendored
View File

@@ -1,5 +1,5 @@
.DS_Store
*.custom.*
node_modules/
vendor/closure-compiler/
vendor/uglifyjs/
node_modules
vendor/closure-compiler
vendor/uglifyjs

View File

@@ -1,12 +1,13 @@
.*
*.custom.*
*.d.ts
*.md
*.txt
build.js
index.js
build/
doc/
node_modules/
perf/
test/
vendor/
build
doc
node_modules
perf
test
vendor

View File

@@ -1,7 +1,7 @@
.*
*.custom.*
*.d.ts
CONTRIBUTING.md
*.md
doc
node_modules
perf

20
bower.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "lodash",
"version": "1.1.1",
"main": "./lodash.js",
"ignore": [
".*",
"*.custom.*",
"*.d.ts",
"*.md",
"*.txt",
"build.js",
"index.js",
"build",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}

View File

@@ -4,7 +4,7 @@
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
"homepage": "http://lodash.com",
"license": "MIT",
"main": "./dist/lodash",
"main": "./dist/lodash.js",
"keywords": [
"browser",
"client",