Skip to content

Commit 42339b7

Browse files
committed
tweak package.json
1 parent 0d3b76b commit 42339b7

File tree

7 files changed

+146
-15
lines changed

7 files changed

+146
-15
lines changed

.npmignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
.DS_Store
3+
*~
4+
*.sublime-project
5+
*.sublime-workspace
6+
*.idea
7+
*.iml

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@
2121
"type": "git",
2222
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
2323
},
24-
"author": "",
25-
"license": "ISC",
24+
"author": "AllenFang",
25+
"contributors": [{
26+
"name": "Chun-MingChen",
27+
"email": "nick830314@gmail.com",
28+
"url": "https://github.com/Chun-MingChen"
29+
}],
30+
"license": "MIT",
2631
"bugs": {
2732
"url": "https://github.com/react-bootstrap-table/react-bootstrap-table2/issues"
2833
},

packages/react-bootstrap-table2-editor/package.json

+26-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "",
10-
"license": "ISC"
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
12+
},
13+
"keywords": [
14+
"react",
15+
"bootstrap",
16+
"table",
17+
"grid",
18+
"react-bootstrap-table-addons",
19+
"react-component"
20+
],
21+
"files": [
22+
"lib/",
23+
"dist/"
24+
],
25+
"tags": [
26+
"react"
27+
],
28+
"author": "AllenFang",
29+
"contributors": [{
30+
"name": "Chun-MingChen",
31+
"email": "nick830314@gmail.com",
32+
"url": "https://github.com/Chun-MingChen"
33+
}],
34+
"license": "MIT"
1135
}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
{
22
"name": "react-bootstrap-table2-filter",
33
"version": "0.0.1",
4-
"description": "it's the column filter addon for react-bootstrap-table2",
4+
"description": "it's a column filter addon for react-bootstrap-table2",
55
"main": "./lib/index.js",
6-
"author": "",
7-
"license": "ISC"
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9+
},
10+
"keywords": [
11+
"react",
12+
"bootstrap",
13+
"table",
14+
"grid",
15+
"react-bootstrap-table-addons",
16+
"react-component"
17+
],
18+
"files": [
19+
"lib/",
20+
"dist/"
21+
],
22+
"tags": [
23+
"react"
24+
],
25+
"author": "AllenFang",
26+
"contributors": [{
27+
"name": "Chun-MingChen",
28+
"email": "nick830314@gmail.com",
29+
"url": "https://github.com/Chun-MingChen"
30+
}],
31+
"license": "MIT"
832
}

packages/react-bootstrap-table2-overlay/package.json

+27-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11
{
22
"name": "react-bootstrap-table2-overlay",
33
"version": "0.0.1",
4-
"description": "it's a loading overlay component for react-bootstrap-table2",
4+
"description": "it's a loading overlay addons for react-bootstrap-table2",
55
"main": "./lib/index.js",
6-
"author": "",
7-
"license": "ISC",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9+
},
10+
"keywords": [
11+
"react",
12+
"bootstrap",
13+
"table",
14+
"grid",
15+
"react-bootstrap-table-addons",
16+
"react-component"
17+
],
18+
"files": [
19+
"lib/",
20+
"dist/"
21+
],
22+
"tags": [
23+
"react"
24+
],
25+
"author": "AllenFang",
26+
"contributors": [{
27+
"name": "Chun-MingChen",
28+
"email": "nick830314@gmail.com",
29+
"url": "https://github.com/Chun-MingChen"
30+
}],
31+
"license": "MIT",
832
"dependencies": {
933
"react-loading-overlay": "0.2.8"
1034
}

packages/react-bootstrap-table2-paginator/package.json

+26-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
"version": "0.0.1",
44
"description": "it's the pagination addon for react-bootstrap-table2",
55
"main": "./lib/index.js",
6-
"author": "",
7-
"license": "ISC"
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9+
},
10+
"keywords": [
11+
"react",
12+
"bootstrap",
13+
"table",
14+
"grid",
15+
"react-bootstrap-table-addons",
16+
"react-component"
17+
],
18+
"files": [
19+
"lib/",
20+
"dist/"
21+
],
22+
"tags": [
23+
"react"
24+
],
25+
"author": "AllenFang",
26+
"contributors": [{
27+
"name": "Chun-MingChen",
28+
"email": "nick830314@gmail.com",
29+
"url": "https://github.com/Chun-MingChen"
30+
}],
31+
"license": "MIT"
832
}
+26-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
{
22
"name": "react-bootstrap-table2",
33
"version": "0.0.1",
4-
"description": "Rebuilt for react-bootstrap-table",
4+
"description": "Next generation of react-bootstrap-table",
55
"main": "./lib/index.js",
6-
"author": "",
7-
"license": "ISC"
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9+
},
10+
"keywords": [
11+
"react",
12+
"bootstrap",
13+
"table",
14+
"grid",
15+
"react-component"
16+
],
17+
"files": [
18+
"lib/",
19+
"dist/"
20+
],
21+
"tags": [
22+
"react"
23+
],
24+
"author": "AllenFang",
25+
"contributors": [{
26+
"name": "Chun-MingChen",
27+
"email": "nick830314@gmail.com",
28+
"url": "https://github.com/Chun-MingChen"
29+
}],
30+
"license": "MIT"
831
}

0 commit comments

Comments
 (0)