rsnext/lerna.json
vercel-release-bot 236075362a v13.4.17
2023-08-17 09:32:20 +00:00

20 lines
323 B
JSON

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