Skip to content

Commit

Permalink
Merge pull request #13 from vrza/publish-2.0.2
Browse files Browse the repository at this point in the history
Version 2.0.2 (node 10 support, new maintainer)
  • Loading branch information
vrza authored Sep 11, 2019
2 parents 4ba712e + 55eec89 commit 0b3c2ce
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "blake2",
"version": "2.0.1",
"version": "2.0.2",
"description": "All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) for node, with stream support",
"homepage": "https://github.com/ludios/node-blake2",
"issues": "https://github.com/ludios/node-blake2/issues",
"keywords": [
"crypto",
"hash",
Expand All @@ -14,6 +12,12 @@
"blake2s",
"blake2sp"
],
"homepage": "https://github.com/vrza/node-blake2",
"bugs": "https://github.com/vrza/node-blake2/issues",
"repository": {
"type": "git",
"url": "https://github.com/vrza/node-blake2.git"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha tests/*.js && ./node_modules/.bin/eslint .",
Expand All @@ -23,12 +27,11 @@
"nan": "^2.14.0"
},
"devDependencies": {
"eslint": "^1.0.0",
"mocha": "^2.2.5"
"eslint": "^5.16.0",
"mocha": "^6.2.0"
},
"author": "Ivan Kozik",
"license": "ISC",
"repository": "ludios/node-blake2",
"engines": {
"node": ">= 6.0.0"
}
Expand Down

0 comments on commit 0b3c2ce

Please sign in to comment.