mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Cleanup ignore files and package files, adding bower.json.
Former-commit-id: eb817fdaa786f35a7906d56dc1bd7e4af1bee33a
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*.custom.*
|
*.custom.*
|
||||||
node_modules/
|
node_modules
|
||||||
vendor/closure-compiler/
|
vendor/closure-compiler
|
||||||
vendor/uglifyjs/
|
vendor/uglifyjs
|
||||||
|
|||||||
13
.jamignore
13
.jamignore
@@ -1,12 +1,13 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
|
*.d.ts
|
||||||
*.md
|
*.md
|
||||||
*.txt
|
*.txt
|
||||||
build.js
|
build.js
|
||||||
index.js
|
index.js
|
||||||
build/
|
build
|
||||||
doc/
|
doc
|
||||||
node_modules/
|
node_modules
|
||||||
perf/
|
perf
|
||||||
test/
|
test
|
||||||
vendor/
|
vendor
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.*
|
.*
|
||||||
*.custom.*
|
*.custom.*
|
||||||
*.d.ts
|
*.d.ts
|
||||||
CONTRIBUTING.md
|
*.md
|
||||||
doc
|
doc
|
||||||
node_modules
|
node_modules
|
||||||
perf
|
perf
|
||||||
|
|||||||
20
bower.json
Normal file
20
bower.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
||||||
"homepage": "http://lodash.com",
|
"homepage": "http://lodash.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/lodash",
|
"main": "./dist/lodash.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
"client",
|
"client",
|
||||||
|
|||||||
Reference in New Issue
Block a user