Skip to content

Commit

Permalink
Merge pull request #37 from leapwallet/fix/vulnerable-dependencies
Browse files Browse the repository at this point in the history
fix package.json
  • Loading branch information
baryon2 authored Oct 22, 2024
2 parents b2ba77f + 374b074 commit b8013e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leapwallet/leap-keychain",
"version": "0.2.5-beta.7",
"version": "0.2.5-beta.8",
"description": "A javascript library for crypto key management",
"scripts": {
"test": "nyc mocha",
Expand All @@ -21,7 +21,7 @@
"build": "tsc -p tsconfig-browser.json && tsc -p tsconfig-node.json",
"test:coverage": "nyc"
},
"types": "dist/browser/src/index.d.ts",
"types": "dist/browser/index.d.ts",
"license": "MIT",
"repository": "leapwallet/leap-keychain",
"keywords": [
Expand Down

0 comments on commit b8013e2

Please sign in to comment.