mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
19 lines
298 B
JSON
19 lines
298 B
JSON
|
{
|
||
|
"version": "independent",
|
||
|
"npmClient": "yarn",
|
||
|
"useWorkspaces": true,
|
||
|
"conventionalCommits": true,
|
||
|
"yes": true,
|
||
|
"noPush": true,
|
||
|
"gitTagVersion": false,
|
||
|
"packages": [
|
||
|
"packages/*",
|
||
|
"distributions/*"
|
||
|
],
|
||
|
"command": {
|
||
|
"publish": {
|
||
|
"npmClient": "npm"
|
||
|
}
|
||
|
}
|
||
|
}
|