storybook/lerna.json
Michael Shilman c289d15bc7 v3.1.2
2017-06-09 23:53:03 +12:00

28 lines
434 B
JSON

{
"lerna": "2.0.0-rc.5",
"commands": {
"bootstrap": {
"ignore": [
"test-cra",
"react-native-vanilla"
]
},
"publish": {
"ignore": [
"@storybook/addon-events",
"cra-storybook",
"test-cra",
"react-native-vanilla"
]
}
},
"packages": [
"addons/*",
"app/*",
"lib/*",
"examples/*"
],
"concurrency": 1,
"version": "3.1.2"
}