Skip to content

Commit

Permalink
chore(release): publish to next tag on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 17, 2017
1 parent f3de29a commit 3cfdea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefire",
"version": "2.0.0-alpha",
"version": "1.4.4",
"description": "Firestore bindings for Vue.js",
"main": "dist/vuefire.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"unit": "nyc ava test/**/*.spec.js",
"dev": "npm run unit -- -w",
"prepublishOnly": "npm run build",
"release": "release-it --preRelease=alpha"
"release": "release-it premajor --preReleaseId=alpha --npm.tag=next --github.preRelease"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3cfdea3

Please sign in to comment.