Skip to content

Commit

Permalink
argon2_node.cpp -> argon2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 24, 2024
1 parent e4656ae commit 1a7c8ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED"
],
"sources": [
"argon2_node.cpp"
"argon2.cpp"
],
"cflags_cc+": ["-Wall", "-Wextra", "-Wformat", "-Wnon-virtual-dtor", "-pedantic", "-Werror"],
"cflags_cc!": ["-fno-exceptions"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"main": "argon2.cjs",
"types": "argon2.d.cts",
"files": [
"argon2_node.cpp",
"argon2.cpp",
"argon2.d.cts",
"argon2.d.cts.map",
"binding.gyp",
Expand Down

0 comments on commit 1a7c8ba

Please sign in to comment.