Skip to content

Commit

Permalink
Add temporary tag until stable version for v2.3.0 gets released
Browse files Browse the repository at this point in the history
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 25ec49d and removed in 1dc3e74 for v2.0.0.
  • Loading branch information
astorije committed May 6, 2017
1 parent 614085c commit 3b665fb
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 @@ -3,6 +3,9 @@
"description": "The self-hosted Web IRC client",
"version": "2.2.2",
"preferGlobal": true,
"publishConfig": {
"tag": "next"
},
"bin": {
"lounge": "index.js"
},
Expand Down

0 comments on commit 3b665fb

Please sign in to comment.