babel/lerna.json
2018-07-11 09:39:52 -04:00

35 lines
797 B
JSON

{
"lerna": "2.11.0",
"version": "7.0.0-beta.53",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Polish :nail_care:": ":nail_care: Polish",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal"
}
},
"commands": {
"publish": {
"ignore": [
"*.md",
"test/**",
"codemods/**"
]
}
},
"packages": [
"packages/*",
"codemods/*"
],
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
]
}