babel build

This commit is contained in:
AllenFang
2018-01-16 00:04:14 +08:00
parent ec705f2651
commit 4bd73056d0
9 changed files with 1135 additions and 29 deletions
@@ -2,7 +2,7 @@
"name": "react-bootstrap-table2-editor",
"version": "0.0.1",
"description": "it's the editor addon for react-bootstrap-table2",
"main": "./dist/react-bootstrap-table2-editor.min.js",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -2,7 +2,7 @@
"name": "react-bootstrap-table2-filter",
"version": "0.0.1",
"description": "it's the column filter addon for react-bootstrap-table2",
"main": "./dist/react-bootstrap-table2-filter.min.js",
"main": "./lib/index.js",
"author": "",
"license": "ISC"
}
@@ -2,7 +2,7 @@
"name": "react-bootstrap-table2-overlay",
"version": "0.0.1",
"description": "it's a loading overlay component for react-bootstrap-table2",
"main": "./dist/react-bootstrap-table2-overlay.min.js",
"main": "./lib/index.js",
"author": "",
"license": "ISC",
"dependencies": {
@@ -2,7 +2,7 @@
"name": "react-bootstrap-table2-paginator",
"version": "0.0.1",
"description": "it's the pagination addon for react-bootstrap-table2",
"main": "./dist/react-bootstrap-table2-paginator.min.js",
"main": "./lib/index.js",
"author": "",
"license": "ISC"
}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "react-bootstrap-table2",
"version": "0.0.1",
"description": "Rebuilt for react-bootstrap-table",
"main": "./dist/react-bootstrap-table2.min.js",
"main": "./lib/index.js",
"author": "",
"license": "ISC"
}