Skip to content

Commit

Permalink
Release 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 17, 2017
1 parent cd7d1eb commit 24772ec
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.0",
"version": "2.0.0-alpha.1",
"description": "Firestore bindings for Vue.js",
"main": "dist/vuefire.common.js",
"module": "dist/vuefire.esm.js",
Expand All @@ -19,7 +19,7 @@
"unit": "nyc ava test/**/*.spec.js",
"dev": "npm run unit -- -w",
"prepublishOnly": "npm run build",
"release": "release-it premajor --preReleaseId=alpha --npm.tag=next --github.preRelease"
"release": "release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 24772ec

Please sign in to comment.