Nuxt/lerna.json

27 lines
460 B
JSON
Raw Permalink Normal View History

{
2024-06-28 11:32:44 +00:00
"version": "2.18.1",
"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"
}
}
2024-06-27 15:40:58 +00:00
}