Skip to content

Commit

Permalink
Merge pull request #11 from anc95/main
Browse files Browse the repository at this point in the history
Update module field to "./dist/index.mjs"
  • Loading branch information
kkuegler authored Nov 15, 2022
2 parents da22e7f + bb27210 commit fa7061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev": "npm run build -- --watch index.ts",
"build": "tsup index.ts --format cjs,esm --dts"
},
"module": "CommonJS",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit fa7061b

Please sign in to comment.