Skip to content

Commit

Permalink
fix: add type:module to package.json
Browse files Browse the repository at this point in the history
closes #29
  • Loading branch information
Daniel J. Lauk committed Feb 7, 2022
1 parent d9a434c commit d4fddb6
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 @@ -11,6 +11,7 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"type": "module",
"module": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit d4fddb6

Please sign in to comment.