Skip to content

Commit

Permalink
added exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Jan 14, 2025
1 parent 4e24480 commit 47c7caa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"check-format": "prettier --check .",
"typedoc": "typedoc src/index.ts"
},
"exports": {
".": {
"require": "./lib/cashu-ts.cjs.js",
"import": "./lib/cashu-ts.es.js",
"types": "./lib/types/index.d.ts"
}
},
"keywords": [
"cashu"
],
Expand Down

0 comments on commit 47c7caa

Please sign in to comment.