Remove temporary npm tag used for pre-releases

This was added in 3b665fb68f.
This commit is contained in:
Jérémie Astori 2017-06-08 01:11:19 -04:00
parent 5e9ea333eb
commit c040bb4355
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -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"
},