From c040bb43551af6d588cf5a240cd45d7e31a4d019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 8 Jun 2017 01:11:19 -0400 Subject: [PATCH] Remove temporary npm tag used for pre-releases This was added in https://github.com/thelounge/lounge/commit/3b665fb68fc0b1bd0071d84fd60475bbc7c130d0. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 6927e6ce..44ea6338 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "description": "The self-hosted Web IRC client", "version": "2.3.0-rc.2", "preferGlobal": true, - "publishConfig": { - "tag": "next" - }, "bin": { "lounge": "index.js" },