From c8a4c4a5f567767c6289ba3947ccdc6d646d1276 Mon Sep 17 00:00:00 2001 From: typicode Date: Sun, 21 Feb 2021 22:43:39 +0100 Subject: [PATCH] chore: remove next tag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bbd33b04..62b335498 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prepack": "pinst --disable", "postpack": "pinst --enable", "preversion": "npm run build", - "postversion": "git push && git push --tags && npm publish --tag next", + "postversion": "git push && git push --tags && npm publish", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "pretest": "npm run build --silent && npm pack --silent",