Skip to content

Commit

Permalink
chore: remove next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 21, 2021
1 parent 15a1a68 commit c8a4c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"preversion": "npm run build",
"postversion": "git push && git push --tags && npm publish --tag next",
"postversion": "git push && git push --tags && npm publish",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pretest": "npm run build --silent && npm pack --silent",
Expand Down

0 comments on commit c8a4c4a

Please sign in to comment.