Nuxt/lerna.json

28 lines
461 B
JSON
Raw Normal View History

{
2023-10-24 03:03:16 +00:00
"version": "2.17.2",
"npmClient": "yarn",
"conventionalCommits": true,
2018-11-17 22:22:53 +00:00
"exact": true,
"packages": [
"packages/*",
"distributions/*"
],
"command": {
"publish": {
"npmClient": "npm"
2019-01-23 19:31:34 +00:00
},
"init": {
"exact": true
}
},
"changelog": {
"labels": {
"feat": "New Feature",
"fix": "Bug Fix",
"docs": "Documentation",
"perf": "Performance",
"refactor": "Code Refactoring"
}
}
}