rsnext/lerna.json
vercel-release-bot 1496d50f68 v14.0.4-canary.15
2023-11-24 19:37:49 +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.4-canary.15"
}