[7.0] Use lerna's --independent mode + changes (fixes #5221)

Adding version `independent` and cacheDir `.changelog`
This commit is contained in:
Anderson Vasques 2017-01-26 23:01:54 -02:00 committed by Henry Zhu
parent 398b0326a3
commit 0766f29591

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.22.2",
"version": "independent",
"changelog": {
"repo": "babel/babel",
"labels": {
@ -13,6 +13,7 @@
"tag: internal": ":house: Internal"
}
},
"cacheDir": ".changelog",
"bootstrapConfig": {
"ignore": "babel-runtime"
},