From d85c642617737be033a5111335b3e4dbf02ee786 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 7 Aug 2017 19:42:12 -0400 Subject: [PATCH] revert lerna-changelog change [skip ci] --- lerna.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 293b0cc205..11ec4d9c6b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,7 @@ "lerna": "2.0.0-rc.4", "version": "7.0.0-alpha.19", "changelog": { + "repo": "babel/babel", "labels": { "tag: spec compliancy": ":eyeglasses: Spec Compliancy", "tag: breaking change": ":boom: Breaking Change", diff --git a/package.json b/package.json index 8f6f76fcb5..d25af17235 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp-watch": "^4.3.5", "husky": "^0.13.2", "lerna": "2.0.0", - "lerna-changelog": "^0.6.0", + "lerna-changelog": "^0.5.0", "lint-staged": "^3.6.1", "lodash": "^4.2.0", "mocha": "^3.0.0",