Build: use lerna 2.x beta (#3509)

lerna changelog

update
This commit is contained in:
Henry Zhu
2016-06-26 17:28:14 -04:00
committed by GitHub
parent 15f267b7af
commit 22eb40d204
4 changed files with 36 additions and 9 deletions

25
lerna.json Normal file
View File

@@ -0,0 +1,25 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.10.4",
"changelog": {
"repo": "babel/babel",
"labels": {
"tag: bug fix": "Bug Fix",
"tag: breaking change": "Breaking Change",
"tag: documentation": "Documentation",
"tag: internal": "Internal",
"tag: new feature": "New Feature",
"tag: polish": "Polish",
"tag: spec compliancy": "Spec Compliancy"
}
},
"bootstrapConfig": {
"ignore": "babel-runtime"
},
"publishConfig": {
"ignore": [
"*.md",
"test/**"
]
}
}