Skip to content

Commit

Permalink
pkg.json: include d.ts.map
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 24, 2024
1 parent 83da7cd commit 9386b5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt",
"files": [
"/*.js",
"/*.d.ts",
"/*.js.map",
"/*.d.ts",
"/*.d.ts.map",
"esm",
"src/*.ts"
],
Expand Down

0 comments on commit 9386b5c

Please sign in to comment.