mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:31:07 +08:00
# Conflicts: # examples/cra-kitchen-sink/package.json # examples/vue-kitchen-sink/package.json # lerna.json
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"lerna": "2.5.1",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"commands": {
|
|
"publish": {
|
|
"allowBranch": "release/3.3"
|
|
}
|
|
},
|
|
"concurrency": 1,
|
|
"version": "3.3.0-alpha.4"
|
|
}
|