From 0766f29591a0ad96c267613f1447ab54821a02f2 Mon Sep 17 00:00:00 2001 From: Anderson Vasques Date: Thu, 26 Jan 2017 23:01:54 -0200 Subject: [PATCH] [7.0] Use lerna's --independent mode + changes (fixes #5221) Adding version `independent` and cacheDir `.changelog` --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 2858f12c31..2a66b05933 100644 --- a/lerna.json +++ b/lerna.json @@ -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" },