2017-06-05 01:52:52 +03:00
|
|
|
{
|
2017-10-12 01:51:51 +03:00
|
|
|
"lerna": "2.4.0",
|
2017-06-05 01:52:52 +03:00
|
|
|
"packages": [
|
2017-10-09 21:53:39 +03:00
|
|
|
"modules/*",
|
|
|
|
"tools/*"
|
2017-06-05 01:52:52 +03:00
|
|
|
],
|
2017-11-10 03:18:48 +03:00
|
|
|
"changelog": {
|
2017-11-10 19:56:42 +03:00
|
|
|
"repo": "primer/primer",
|
2017-11-10 03:18:48 +03:00
|
|
|
"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"
|
|
|
|
},
|
2017-06-05 01:52:52 +03:00
|
|
|
"version": "independent"
|
|
|
|
}
|