From 8c27795ccc194615aea972bfcec68cb0a25b34e9 Mon Sep 17 00:00:00 2001 From: kzc Date: Thu, 6 Jul 2017 22:54:42 -0400 Subject: [PATCH] uglify-es: have repository point to harmony branch --- 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" },