Skip to content

Commit

Permalink
2.5.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
caaatisgood committed Oct 29, 2020
1 parent debc22a commit 94478af
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,14 +1,14 @@
{
"name": "@codementor/bro",
"version": "2.5.0-beta.3",
"version": "2.5.0-beta.4",
"description": "A bro will lint and prettify your code",
"main": "index.js",
"bin": {
"bro": "./bin/cli.js"
},
"scripts": {
"test": "tape test/*.test.js",
"publish:beta": "yarn publish -- --tag beta",
"publish:beta": "npm publish --tag beta",
"publish": "npm publish",
"release:beta": "release pre beta && yarn publish:beta",
"release:patch": "release patch && yarn publish",
Expand Down

0 comments on commit 94478af

Please sign in to comment.