Nuxt/lerna.json

29 lines
486 B
JSON
Raw Normal View History

{
2020-06-24 08:36:15 +00:00
"version": "2.13.1",
"npmClient": "yarn",
"useWorkspaces": true,
"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"
}
}
}