react-bootstrap-table2/packages/react-bootstrap-table2/package.json
2018-01-07 01:46:52 +08:00

17 lines
349 B
JSON

{
"name": "react-bootstrap-table2",
"version": "0.0.1",
"description": "Rebuilt for react-bootstrap-table",
"main": "./lib",
"scripts": {
"prepublish": "yarn build",
"build": "rimraf ./lib && babel ./src -d lib"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "6.26.0",
"rimraf": "2.6.2"
}
}