mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:41:06 +08:00
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"lerna": "2.4.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"commands": {
|
|
"publish": {
|
|
"ignore": [
|
|
"cra-kitchen-sink",
|
|
"angular-cli",
|
|
"vue-example",
|
|
"lib/cli/test/run/*"
|
|
],
|
|
"allowBranch": "released/3.3"
|
|
}
|
|
},
|
|
"concurrency": 1,
|
|
"version": "3.3.0-alpha.2"
|
|
}
|