From 3039e8293e7604c236f6cda39d365a9756ab735a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 13 Feb 2021 20:25:00 +0100 Subject: [PATCH] chore: Switched to latest tag --- 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 23733dbc6cc..60750e1eb3f 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": "next" + "tag": "latest" }, "engines": { "node": ">=12.0.0",