Skip to content

Commit

Permalink
Fix package.json exports (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
truemogician committed Nov 16, 2022
1 parent 8cf85b5 commit 59b17ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
"main": "./dist/index.cjs",
"types": "types.d.ts",
"exports": {
"types": "types.d.ts",
"require": "./dist/index.cjs",
"import": "./src/index.js",
"default": "./src/index.js"
Expand Down

0 comments on commit 59b17ca

Please sign in to comment.