Skip to content

Commit 1a7c8ba

Browse files
committed
argon2_node.cpp -> argon2.cpp
1 parent e4656ae commit 1a7c8ba

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED"
5757
],
5858
"sources": [
59-
"argon2_node.cpp"
59+
"argon2.cpp"
6060
],
6161
"cflags_cc+": ["-Wall", "-Wextra", "-Wformat", "-Wnon-virtual-dtor", "-pedantic", "-Werror"],
6262
"cflags_cc!": ["-fno-exceptions"],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"main": "argon2.cjs",
1818
"types": "argon2.d.cts",
1919
"files": [
20-
"argon2_node.cpp",
20+
"argon2.cpp",
2121
"argon2.d.cts",
2222
"argon2.d.cts.map",
2323
"binding.gyp",

0 commit comments

Comments
 (0)