1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00
css/lerna.json
2018-12-17 15:26:09 -08:00

23 lines
542 B
JSON

{
"lerna": "2.4.0",
"version": "independent",
"packages": [
"docs",
"modules/*",
"tools/*"
],
"npmClientArgs": ["--no-package-lock"],
"changelog": {
"repo": "primer/primer",
"labels": {
"Tag: Breaking Change": ":boom: Breaking Change",
"Tag: Enhancement": ":rocket: Enhancement",
"Tag: Bug Fix": ":bug: Bug Fix",
"Tag: Polish": ":nail_care: Polish",
"Tag: Documentation": ":memo: Documentation",
"Tag: Internal": ":house: Internal"
},
"cacheDir": ".changelog"
}
}