Skip to content

Commit 134262e

Browse files
committed
v1.8.0
1 parent 8c785c2 commit 134262e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "blake2",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) for node 4+ with stream support",
5-
"homepage": "https://github.com/ludios/node-blake2",
6-
"issues": "https://github.com/ludios/node-blake2/issues",
5+
"homepage": "https://github.com/kregfile/node-blake2",
6+
"issues": "https://github.com/kregfile/node-blake2/issues",
77
"keywords": [
88
"crypto",
99
"hash",
@@ -30,6 +30,6 @@
3030
"license": "ISC",
3131
"repository": "ludios/node-blake2",
3232
"engines": {
33-
"node": ">= 4.0.0"
33+
"node": ">= 12.0.0"
3434
}
3535
}

0 commit comments

Comments
 (0)