Skip to content

Commit

Permalink
add repository and bugs props to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cioddi committed Jan 5, 2024
1 parent d653f9e commit a0bc98d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"version": "1.0.25",
"description": "",
"main": "dist/index.js",
"bugs": {
"url": "https://github.com/autobashcraft/cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/autobashcraft/cli.git"
},
"bin": {
"autobashcraft": "./dist/index.js"
},
Expand Down

0 comments on commit a0bc98d

Please sign in to comment.