react-bootstrap-table2/lerna.json
ChunMing, Chen ee6afcb705 fix #17
* storybook environment setup

* customized loader
* add basic example of BasicTable

* add script to bootstrap storybook

* import bootstrap css for storybook

* update webpack.config for adding loader for font and css

* add sass loader and allow to customize css for storybook

* uncheck lint for react-bootstrap-table-example

* package example has its own lint check

* run yarn in each package when boostrapping lerna

* add peerDependencies for package example
2017-08-27 10:05:24 -05:00

9 lines
106 B
JSON

{
"lerna": "2.0.0",
"packages": [
"packages/*"
],
"version": "0.0.0",
"npmClient": "yarn"
}