We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a717cb commit ef925e5Copy full SHA for ef925e5
.gitignore
@@ -0,0 +1 @@
1
+node_modules
package.json
@@ -0,0 +1,19 @@
+{
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