Skip to content

Commit

Permalink
Merge pull request #2 from Zondax/fix/many
Browse files Browse the repository at this point in the history
fix: adjust fields on package.json
  • Loading branch information
emmanuelm41 authored Oct 16, 2024
2 parents 02c9f7c + 99dee2b commit 4bde87b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@zondax/ledger-penumbra",
"author": "Zondax AG",
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.0.0",
"description": "The API for the penumbra App (Ledger Nano S/X/S+)",
"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 All @@ -49,5 +49,8 @@
},
"files": [
"dist/**/*"
]
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 4bde87b

Please sign in to comment.