Add temporary tag until stable version for v2.3.0 gets released

Make sure to remove this before publishing stable or dist-tags will have to be updated manually on npm afterwards.

For reference, this was previously set in 25ec49dea0 and removed in 1dc3e74f7f for v2.0.0.
This commit is contained in:
Jérémie Astori 2017-05-07 01:01:12 +02:00
parent 614085cc30
commit 3b665fb68f
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -3,6 +3,9 @@
"description": "The self-hosted Web IRC client",
"version": "2.2.2",
"preferGlobal": true,
"publishConfig": {
"tag": "next"
},
"bin": {
"lounge": "index.js"
},