Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 3, 2024
1 parent 9220a89 commit 1c4a750
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"README.md"
],
"bin": {
"tradezap": "./bin/index.js"
"tradezap": "bin/index.js"
},
"scripts": {
"prepare": "husky",
Expand Down Expand Up @@ -65,7 +65,10 @@
"license": "MIT",
"author": "Marko Kosir <[email protected]>",
"homepage": "https://github.com/ocignis/tradezap",
"repository": "ocignis/tradezap",
"repository": {
"type": "git",
"url": "git+https://github.com/ocignis/tradezap.git"
},
"bugs": "https://github.com/ocignis/tradezap/issues",
"keywords": [
"trade-data",
Expand Down

0 comments on commit 1c4a750

Please sign in to comment.