Skip to content

Commit

Permalink
Release 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 5, 2024
1 parent 390ad1c commit d69e207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "ed25519-keygen",
"version": "0.5.0",
"version": "0.6.0",
"description": "Generate ed25519 keys for SSH, PGP (GPG), TOR, IPNS and SLIP-0010 hdkey",
"main": "./lib/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib",
"src"
],
"files": ["lib", "src"],
"dependencies": {
"@noble/ciphers": "~0.5.2",
"@noble/curves": "~1.4.0",
Expand Down

0 comments on commit d69e207

Please sign in to comment.