storybook/lerna.json
Michael Shilman d8f22cdb85 v3.1.6
2017-06-26 16:32:38 +10:00

28 lines
435 B
JSON

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