From 8fd6e5ed8505455f49b2c9b0a2e63f32405013b6 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 19 Jul 2020 13:02:12 +0200 Subject: [PATCH] chore: Switched to next tag in anticipation of 2.7.1-rc.0 --- config/templates/package.dflt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/templates/package.dflt.json b/config/templates/package.dflt.json index 8e41bc56ded..8ba35697999 100644 --- a/config/templates/package.dflt.json +++ b/config/templates/package.dflt.json @@ -22,7 +22,7 @@ "files": ["dist/*", "README.md", "package.json"], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=8.0.0",