mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"lerna": "2.5.1",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"commands": {
|
|
"publish": {
|
|
"ignore": [
|
|
"cra-kitchen-sink",
|
|
"vue-example"
|
|
],
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"concurrency": 1,
|
|
"version": "3.2.16"
|
|
}
|