Skip to content

Commit

Permalink
Version 4.0.2 (explicit support for node 15)
Browse files Browse the repository at this point in the history
- Add node 15 environment to CI

- Upgrade nan to 2.14.2 (latest)

- Upgrade mocha to 7.2.0 (latest version that supports node 8)
  • Loading branch information
vrza committed Oct 21, 2020
1 parent bfa052c commit 5030642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="12"
- TRAVIS_NODE_VERSION="14"
- TRAVIS_NODE_VERSION="15"

install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blake2",
"version": "4.0.1",
"version": "4.0.2",
"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.1"
"nan": "^2.14.2"
},
"devDependencies": {
"eslint": "^6.7.2",
"mocha": "^7.1.2"
"mocha": "^7.2.0"
},
"contributors": [
"Ivan Kozik <[email protected]> (https://github.com/ivan)",
Expand Down

0 comments on commit 5030642

Please sign in to comment.