rsnext/lerna.json
Tim Neutkens ee0081356d v9.3.2
2020-03-26 20:11:41 +01:00

16 lines
307 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": ["master", "canary"],
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.3.2"
}