Skip to content

Commit

Permalink
pkg.json: add source maps. Closes gh-32
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 13, 2024
1 parent bf0e16b commit cb2ff20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16",
"files": [
"lib/index.js",
"lib/index.js.map",
"lib/esm/index.js",
"lib/esm/index.js.map",
"lib/esm/package.json",
"lib/index.d.ts",
"lib/index.d.ts.map",
Expand Down

0 comments on commit cb2ff20

Please sign in to comment.