mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"lerna": "2.4.0",
|
|
"packages": [
|
|
"meta/*",
|
|
"modules/*",
|
|
"tools/*"
|
|
],
|
|
"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"
|
|
},
|
|
"version": "independent"
|
|
}
|