mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 19:50:17 +00:00
babel build
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user