mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-12 01:59:42 -06:00
23 lines
594 B
JSON
23 lines
594 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "5.0.8",
|
|
"packages": [
|
|
"packages/@vue/babel-preset-app",
|
|
"packages/@vue/cli*",
|
|
"packages/vue-cli-version-marker"
|
|
],
|
|
"changelog": {
|
|
"repo": "vuejs/vue-cli",
|
|
"labels": {
|
|
"PR: New Feature": ":rocket: New Features",
|
|
"PR: Breaking Change": ":boom: Breaking Changes",
|
|
"PR: Bug Fix": ":bug: Bug Fix",
|
|
"PR: Documentation": ":memo: Documentation",
|
|
"PR: Internal": ":house: Internal",
|
|
"PR: Underlying Tools": ":hammer: Underlying Tools"
|
|
},
|
|
"cacheDir": ".changelog"
|
|
}
|
|
}
|