Skip to content

Commit ef925e5

Browse files
committed
init
1 parent 0a717cb commit ef925e5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "react-bootstrap-table2",
3+
"version": "0.0.1",
4+
"description": "Rebuilt for react-bootstrap-table",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
12+
},
13+
"author": "",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/react-bootstrap-table/react-bootstrap-table2/issues"
17+
},
18+
"homepage": "https://github.com/react-bootstrap-table/react-bootstrap-table2#readme"
19+
}

0 commit comments

Comments
 (0)