Skip to content

Commit

Permalink
0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 31, 2024
1 parent 30e2a51 commit e25cc74
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "argon2",
"version": "0.41.0",
"version": "0.41.1",
"description": "An Argon2 library for Node",
"keywords": ["argon2", "crypto", "encryption", "hashing", "password"],
"keywords": [
"argon2",
"crypto",
"encryption",
"hashing",
"password"
],
"homepage": "https://github.com/ranisalt/node-argon2#readme",
"bugs": {
"url": "https://github.com/ranisalt/node-argon2/issues"
Expand Down Expand Up @@ -37,7 +43,9 @@
"prebuilds/**/*.node"
],
"binary": {
"napi_versions": [8]
"napi_versions": [
8
]
},
"scripts": {
"build": "prebuildify --napi --strip --tag-armv --tag-libc",
Expand Down

0 comments on commit e25cc74

Please sign in to comment.