From df403ed203727370d765c3ab413d3d8a40b55929 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 2 Jan 2019 09:23:01 +0100 Subject: [PATCH] chore: add publishConfig to prevent publishing 3.x as "latest" see #1486 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f8674b7e..382c4ade 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "template", "html" ], + "publishConfig": { + "tag": "legacy" + }, "repository": { "type": "git", "url": "https://github.com/wycats/handlebars.js.git"