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