storybook/lerna.json
Michael Shilman 0be4efcec8 v3.2.15
2017-11-10 11:39:27 +09:00

19 lines
330 B
JSON

{
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
"publish": {
"ignore": [
"cra-kitchen-sink",
"angular-cli",
"vue-example",
"lib/cli/test/run/*"
],
"allowBranch": "release/3.3"
}
},
"concurrency": 1,
"version": "3.3.0-alpha.3"
}