Skip to content

Commit

Permalink
v0.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed May 21, 2024
1 parent 547c3ac commit 03cec77
Showing 1 changed file with 11 additions and 3 deletions.
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.40.0",
"version": "0.40.2",
"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 03cec77

Please sign in to comment.