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.
This commit is contained in:
Jérémie Astori 2016-06-09 01:13:33 -04:00
parent 6bf2b02795
commit 25ec49dea0
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"name": "thelounge", "name": "thelounge",
"description": "The self-hosted Web IRC client", "description": "The self-hosted Web IRC client",
"version": "2.0.0-pre.1", "version": "2.0.0-pre.1",
"publishConfig": {
"tag": "next"
},
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {
"lounge": "index.js" "lounge": "index.js"