Skip to content

Commit

Permalink
chore: 🤖 add release branch in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihye Park committed Mar 27, 2021
1 parent ca5259f commit 1bfab98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0-development",
"description": "Axios plugin to retry requests",
"main": "lib/index.js",
"release": {
"branches": [
"main"
]
},
"scripts": {
"commit": "git-cz",
"build": "tsc",
Expand Down

0 comments on commit 1bfab98

Please sign in to comment.