From 25ec49dea0a37a2e483b59d9f7d1cb30be41dfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 9 Jun 2016 01:13:33 -0400 Subject: [PATCH] Add temporary tag until v2.0.0 is officially released Make sure to remove this before publishing v2.0.0 stable, or dist-tags will have to be updated manually on npm afterwards. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 68ab10fd..b7c1011a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "thelounge", "description": "The self-hosted Web IRC client", "version": "2.0.0-pre.1", + "publishConfig": { + "tag": "next" + }, "preferGlobal": true, "bin": { "lounge": "index.js"