From 6f93bc53da6dafd0aaf68d3763fd00dc9c782ba3 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Thu, 7 Feb 2019 11:21:23 +0100 Subject: [PATCH] chore: make sure that 4.0.x does not get "latest"-tag on npm --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0da60a10b..c6b82cb6e 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "template", "html" ], + "publishConfig": { + "tag": "4.0-patch" + }, "repository": { "type": "git", "url": "https://github.com/wycats/handlebars.js.git"