Skip to content

Commit

Permalink
Update dependencies, bump version and some other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Apr 8, 2020
1 parent 21c65b7 commit bfe66bf
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 395 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

build:
strategy:
matrix:
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon2",
"version": "0.26.1",
"version": "0.26.2",
"description": "An Argon2 library for Node",
"main": "argon2.js",
"files": [
Expand Down Expand Up @@ -54,6 +54,7 @@
"@types/node": "^13.1.0",
"coveralls": "^3.0.3",
"mocha": "^7.0.1",
"node-gyp": "^6.1.0",
"nyc": "^15.0.0",
"standard": "^14.0.0",
"typescript": "^3.4.4"
Expand All @@ -64,7 +65,9 @@
"host": "https://github.com/ranisalt/node-argon2/releases/download/",
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
"napi_versions": [3]
"napi_versions": [
3
]
},
"engines": {
"node": ">=10.0.0"
Expand Down
Loading

0 comments on commit bfe66bf

Please sign in to comment.