From e7334b4048588a984f76f01e5af6e182944b6aea Mon Sep 17 00:00:00 2001 From: kzc Date: Thu, 6 Jul 2017 23:39:48 -0400 Subject: [PATCH] uglify-es: have repository point to harmony branch (#2212) --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 738dcac5..beb745fc 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,7 @@ "maintainers": [ "Mihai Bazon (http://lisperator.net/)" ], - "repository": { - "type": "git", - "url": "https://github.com/mishoo/UglifyJS2.git" - }, + "repository": "https://github.com/mishoo/UglifyJS2/tree/harmony", "bugs": { "url": "https://github.com/mishoo/UglifyJS2/issues" },