1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00
css/lerna.json

23 lines
542 B
JSON
Raw Normal View History

2017-06-05 01:52:52 +03:00
{
2017-10-12 01:51:51 +03:00
"lerna": "2.4.0",
"version": "independent",
2017-06-05 01:52:52 +03:00
"packages": [
2018-12-04 00:54:10 +03:00
"docs",
2017-10-09 21:53:39 +03:00
"modules/*",
"tools/*"
2017-06-05 01:52:52 +03:00
],
"npmClientArgs": ["--no-package-lock"],
"changelog": {
2017-11-10 19:56:42 +03:00
"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"
}
2017-06-05 01:52:52 +03:00
}