Skip to content

Commit

Permalink
0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kawanet committed Feb 19, 2023
1 parent e8441d0 commit 7e1f673
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sha256-uint8array",
"description": "Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.",
"version": "0.10.4",
"version": "0.10.5",
"author": "Yusuke Kawasaki <u-suke@kawa.net>",
"bugs": {
"url": "https://github.com/kawanet/sha256-uint8array/issues"
Expand All @@ -25,6 +25,10 @@
"terser": "^5.16.4",
"typescript": "^4.9.5"
},
"exports": {
"require": "./lib/sha256-uint8array.js",
"import": "./dist/sha256-uint8array.mjs"
},
"files": [
"LICENSE",
"README.md",
Expand Down

0 comments on commit 7e1f673

Please sign in to comment.