Files
vercel__next.js/lerna.json
next-js-bot[bot] d7a8d015ce v16.4.0-canary.36
2026-09-18 23:23:12 +00:00

19 lines
306 B
JSON

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