Skip to content

Commit

Permalink
2.5.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caaatisgood committed Oct 29, 2020
1 parent 9f9dc55 commit 75f4aa4
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": "@codementor/bro",
"version": "2.5.0-beta.5",
"version": "2.5.0-beta.6",
"description": "A bro will lint and prettify your code",
"main": "index.js",
"bin": {
Expand All @@ -10,7 +10,7 @@
"test": "tape test/*.test.js",
"publish:beta": "npm publish --tag beta",
"publish": "npm publish",
"release:beta": "release pre beta",
"release:beta": "release pre beta && yarn publish:beta",
"release:patch": "release patch && yarn publish",
"release:minor": "release minor && yarn publish",
"release:major": "release major && yarn publish"
Expand Down

0 comments on commit 75f4aa4

Please sign in to comment.