rsnext/lerna.json
vercel-release-bot ba6b8fdee4 v14.0.5-canary.7
2023-12-11 20:43:59 +00:00

20 lines
331 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.7"
}