Skip to content

Commit

Permalink
Update to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed May 11, 2019
1 parent b5cb482 commit 872fa0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ bower_components
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
build/
prebuilds/

# Dependency directories
node_modules/
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ argon2/src/genkat.h
argon2/src/run.c
argon2/src/test.c
argon2/vs2015
build/
test/benchmark.js
test/test-d.ts
tsconfig.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon2",
"version": "0.22.0",
"version": "0.23.0",
"description": "An Argon2 library for Node",
"main": "argon2.js",
"types": "argon2.d.ts",
Expand Down

0 comments on commit 872fa0c

Please sign in to comment.