Skip to content

Commit

Permalink
ci: merge PR #10 from Jumaron/jumaronmodule
Browse files Browse the repository at this point in the history
add type module in package.json to avoid build errors
  • Loading branch information
JitPackJoyride authored Sep 27, 2023
2 parents 1a69419 + 9b80975 commit 91dc45e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"scripts": {
"build": "bun run build.ts",
Expand Down

0 comments on commit 91dc45e

Please sign in to comment.