Skip to content

Commit

Permalink
Add temporary tag until v2.0.0 is officially released
Browse files Browse the repository at this point in the history
Make sure to remove this before publishing v2.0.0 stable,
or dist-tags will have to be updated manually on npm
afterwards.
  • Loading branch information
astorije committed Jun 9, 2016
1 parent 6bf2b02 commit 25ec49d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 25ec49d

Please sign in to comment.