Skip to content

Commit

Permalink
Version 4.0.1 (explicit support for node 14)
Browse files Browse the repository at this point in the history
- Upgrade nan to 2.14.1 (latest)

- Upgrade mocha to 7.2.2 (latest)

- Upgrade eslint to 6.7.2 (last version that supports node 8)
  • Loading branch information
vrza committed May 20, 2020
1 parent f354b38 commit dbc79e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blake2",
"version": "4.0.0",
"version": "4.0.1",
"description": "All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) for node, with stream support",
"keywords": [
"crypto",
Expand All @@ -23,11 +23,11 @@
"test": "./node_modules/.bin/mocha tests/*.js && ./node_modules/.bin/eslint ."
},
"dependencies": {
"nan": "^2.14.0"
"nan": "^2.14.1"
},
"devDependencies": {
"eslint": "^6.4.0",
"mocha": "^6.2.0"
"eslint": "^6.7.2",
"mocha": "^7.1.2"
},
"contributors": [
"Ivan Kozik <[email protected]> (https://github.com/ivan)",
Expand Down

0 comments on commit dbc79e4

Please sign in to comment.