Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix types
  • Loading branch information
XantreDev authored May 16, 2023
commit 1b9c3e7d478c3cf5ec9fe884b4d4d5547a69bfb9
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.8.0",
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha3.js",
"types": "index.d.ts",
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~2.3.4",
Expand Down