mirror of
https://github.com/primer/css.git
synced 2024-11-11 15:16:03 +03:00
23 lines
542 B
JSON
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"
|
|
}
|
|
}
|