babel/lerna.json
2017-06-08 17:29:04 -04:00

28 lines
631 B
JSON

{
"lerna": "2.0.0-beta.38",
"version": "6.25.0",
"changelog": {
"repo": "babel/babel",
"labels": {
"tag: spec compliancy": ":eyeglasses: Spec Compliancy",
"tag: breaking change": ":boom: Breaking Change",
"tag: new feature": ":rocket: New Feature",
"tag: bug fix": ":bug: Bug Fix",
"tag: polish": ":nail_care: Polish",
"tag: documentation": ":memo: Documentation",
"tag: internal": ":house: Internal"
}
},
"bootstrapConfig": {
"ignore": "babel-runtime"
},
"commands": {
"publish": {
"ignore": [
"*.md",
"test/**"
]
}
}
}