rsnext/lerna.json
Tim Neutkens 99abb8bfd7 v12.0.2
2021-10-31 15:55:15 +01:00

21 lines
340 B
JSON

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