storybook/lerna.json
2017-09-29 23:00:47 +03:00

16 lines
239 B
JSON

{
"lerna": "2.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
"publish": {
"ignore": [
"cra-kitchen-sink",
"vue-kitchen-sink"
]
}
},
"concurrency": 1,
"version": "3.2.11"
}