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