Skip to content

Commit

Permalink
fix: adjust repo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 16, 2024
1 parent a109562 commit 7b3f946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/zondax/ledger-penumbra",
"homepage": "https://github.com/zondax/ledger-penumbra-js",
"repository": {
"type": "git",
"url": "git+https://github.com/zondax/ledger-penumbra.git"
"url": "git+https://github.com/zondax/ledger-penumbra-js.git"
},
"keywords": [
"Zondax",
Expand All @@ -25,7 +25,7 @@
"format": "prettier --write ."
},
"bugs": {
"url": "https://github.com/zondax/ledger-penumbra/issues"
"url": "https://github.com/zondax/ledger-penumbra-js/issues"
},
"dependencies": {
"@zondax/ledger-js": "^1.0.1"
Expand Down

0 comments on commit 7b3f946

Please sign in to comment.