storybook/lerna.json
Michael Shilman 3ba5266050 v5.0.0-rc.4
2019-02-21 18:15:01 +08:00

16 lines
250 B
JSON

{
"command": {
"publish": {
"allowBranch": [
"master",
"next",
"release/*"
]
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"version": "5.0.0-rc.4"
}