mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
16 lines
239 B
JSON
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"
|
|
}
|