rsnext/lerna.json
vercel-release-bot 864b4f71d1 v14.0.5-canary.44
2024-01-08 15:46:50 +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.0.5-canary.44"
}