8000 Update various package configs. · lodash/lodash@be76614 · GitHub
[go: up one dir, main page]

Skip to content

Commit be76614

Browse files
committed
Update various package configs.
1 parent e26d355 commit be76614

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ modularize
77
node_modules
88
dist/*.backbone.*
99
dist/*.legacy.*
10+
dist/*.mobile.*

.jamignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
.*
2-
*.custom.*
3-
*.min.*
4-
*.template.*
5-
*.map
62
*.md
7-
lodash.js
3+
/lodash.js
84
index.js
95
bower.json
106
component.json

bower.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "lodash",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"main": "./dist/lodash.compat.js",
55
"ignore": [
66
".*",
77
"*.custom.*",
8-
"*.min.*",
98
"*.template.*",
109
"*.map",
1110
"*.md",
12-
"*.txt",
13-
"lodash.js",
11+
"/*.min.*",
12+
"/lodash.js",
1413
"index.js",
1514
"component.json",
1615
"package.json",

component.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
{
22
"name": "lodash",
33
"repo": "lodash/lodash",
4-
"version": "1.3.1",
4+
"version": "2.0.0",
55
"description": "A utility library delivering consistency, customization, performance, and extras.",
66
"license": "MIT",
7+
"keywords": ["amd", "browser", "client", "customize", "functional", "performance", "server", "speed", "util"],
78
"scripts": [
89
"index.js",
910
"dist/lodash.compat.js"
10-
],
11-
"keywords": [
12-
"browser",
13-
"client",
14-
"functional",
15-
"performance",
16-
"server",
17-
"speed",
18-
"util"
1911
]
2012
}

0 commit comments

Comments
 (0)
0