babel/lerna.json
2018-02-12 11:41:13 -05:00

35 lines
737 B
JSON

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