Skip to content

Commit

Permalink
fix: change package.json 'module' field to use '.js' extension from '…
Browse files Browse the repository at this point in the history
….ts' (#65)

Co-authored-by: Tyler Smith <tylersmith@desktop-r3amler.myfiosgateway.com>
  • Loading branch information
ty-ler and Tyler Smith authored Apr 4, 2022
1 parent 93f6120 commit 42f66c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "dist/umd/index.js",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.ts",
"module": "dist/esm/index.js",
"files": [
"dist/"
],
Expand Down

0 comments on commit 42f66c2

Please sign in to comment.