Files
vue-cli/lerna.json
2019-04-09 14:14:54 +08:00

23 lines
591 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": false,
"version": "3.5.5",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*"
],
"changelog": {
"repo": "vuejs/vue-cli",
"labels": {
"PR: New Feature": ":rocket: New Feature",
"PR: Breaking Change": ":boom: Breaking Change",
"PR: Bug Fix": ":bug: Bug Fix",
"PR: Documentation": ":memo: Documentation",
"PR: Internal": ":house: Internal",
"PR: Underlying Tools": ":hammer: Underlying Tools"
},
"cacheDir": ".changelog",
"nextVersionFromMetadata": true
}
}