rsnext/lerna.json
Tim Neutkens 48a3222ccc v12.1.4
2022-03-31 08:58:14 +02:00

20 lines
322 B
JSON

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