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

18 lines
392 B
JSON

{
"lerna": "2.0.0",
"packages": [
"packages/*"
],
"version": "independent",
"changelog": {
"repo": "react-bootstrap-table/react-bootstrap-table2",
"labels": {
"breaking change": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"document": ":memo: Documentation"
},
"cacheDir": ".changelog"
}
}