Skip to content

Commit

Permalink
2.5.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
caaatisgood committed Oct 29, 2020
1 parent 75f4aa4 commit f737668
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@codementor/bro",
"version": "2.5.0-beta.6",
"version": "2.5.0-beta.7",
"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": "npm publish --tag beta",
"publish": "npm publish",
"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"
"npm-publish:beta": "npm publish --tag beta",
"npm-publish": "npm publish",
"release:beta": "release pre beta && yarn npm-publish:beta",
"release:patch": "release patch && yarn npm-publish",
"release:minor": "release minor && yarn npm-publish",
"release:major": "release major && yarn npm-publish"
},
"keywords": [
"JavaScript Standard Style",
Expand Down

0 comments on commit f737668

Please sign in to comment.