Skip to content

Commit

Permalink
chore(package): explicitly declare js module type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Feb 24, 2025
1 parent 17a60cd commit 8912fb6
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 @@ -6,6 +6,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"main": "lib/index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"files": [
"lib/",
Expand Down

0 comments on commit 8912fb6

Please # to comment.