Skip to content

Commit 71eace9

Browse files
committedNov 25, 2022
just publish as latest
Stop issues like #41 from happening every publish Fix: #41
1 parent 47e7528 commit 71eace9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"test": "tap",
2121
"preversion": "npm test",
22-
"postversion": "npm publish --tag=next",
22+
"postversion": "npm publish",
2323
"postpublish": "git push origin --follow-tags"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.