rsnext/lerna.json
vercel-release-bot 67656c3fec v14.0.2-canary.23
2023-11-08 20:21:15 +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.2-canary.23"
}