Skip to content

Commit

Permalink
chore: add base32 export
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Dec 23, 2024
1 parent d706bc8 commit 2aaf483
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./base32": {
"import": "./dist/base32.mjs",
"require": "./dist/base32.cjs"
},
"./base64": {
"import": "./dist/base64.mjs",
"require": "./dist/base64.cjs"
Expand Down Expand Up @@ -76,5 +80,7 @@
"require": "./dist/rsa.cjs"
}
},
"files": ["dist"]
}
"files": [
"dist"
]
}

0 comments on commit 2aaf483

Please sign in to comment.