From 84951af9e026b6242c5dd9538f7147da45ae5aa2 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 1 Jun 2020 13:04:39 +0100 Subject: [PATCH] chore(package.json): update dist-tag for 1.7.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89b18445f..f8a0abb0b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "MIT", "branchVersion": "^1.7.0", "branchPattern": "1.7.*", - "distTag": "latest", + "distTag": "previous_1_7", "repository": { "type": "git", "url": "https://github.com/angular/angular.js.git"