rsnext/lerna.json
vercel-release-bot 84014c2971 v14.3.0-canary.65
2024-05-16 18:15:02 +00:00

20 lines
332 B
JSON

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