Skip to content

Commit

Permalink
Reformat with updated biome
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed May 21, 2024
1 parent ff790f8 commit fbc504d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "argon2",
"version": "0.40.0",
"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 @@ -43,9 +37,7 @@
"prebuilds/**/*.node"
],
"binary": {
"napi_versions": [
8
]
"napi_versions": [8]
},
"scripts": {
"build": "prebuildify --napi --strip --tag-armv --tag-libc",
Expand Down

0 comments on commit fbc504d

Please sign in to comment.