rsnext/lerna.json
Tim Neutkens 4ac737ee6b v13.1.1
2022-12-24 10:30:43 +01:00

20 lines
322 B
JSON

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