mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
22 lines
348 B
JSON
22 lines
348 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"command": {
|
|
"version": {
|
|
"exact": true
|
|
},
|
|
"publish": {
|
|
"npmClient": "npm",
|
|
"allowBranch": [
|
|
"master",
|
|
"canary"
|
|
],
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
},
|
|
"version": "8.0.1-canary.0"
|
|
}
|