mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": [
|
|
"master",
|
|
"next",
|
|
"release/*"
|
|
]
|
|
}
|
|
},
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"registry": "https://registry.npmjs.org",
|
|
"version": "5.1.0-alpha.23"
|
|
}
|