Skip to content

Commit 3cfdea3

Browse files
committed
chore(release): publish to next tag on npm
1 parent f3de29a commit 3cfdea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefire",
3-
"version": "2.0.0-alpha",
3+
"version": "1.4.4",
44
"description": "Firestore bindings for Vue.js",
55
"main": "dist/vuefire.js",
66
"files": [
@@ -16,7 +16,7 @@
1616
"unit": "nyc ava test/**/*.spec.js",
1717
"dev": "npm run unit -- -w",
1818
"prepublishOnly": "npm run build",
19-
"release": "release-it --preRelease=alpha"
19+
"release": "release-it premajor --preReleaseId=alpha --npm.tag=next --github.preRelease"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)