File tree Expand file tree Collapse file tree 7 files changed +146
-15
lines changed
react-bootstrap-table2-editor
react-bootstrap-table2-filter
react-bootstrap-table2-overlay
react-bootstrap-table2-paginator Expand file tree Collapse file tree 7 files changed +146
-15
lines changed Original file line number Diff line number Diff line change 1+ node_modules
2+ .DS_Store
3+ * ~
4+ * .sublime-project
5+ * .sublime-workspace
6+ * .idea
7+ * .iml
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments