Skip to content

Commit

Permalink
fix: TET-135 add missing file extension (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
kudyniuk authored Oct 6, 2023
1 parent 228683a commit dc1618f
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 @@ -83,7 +83,7 @@
},
"exports": {
".": {
"import": "./dist/tetrisly-react.js",
"import": "./dist/tetrisly-react.es.js",
"require": "./dist/tetrisly-react.umd.cjs"
}
},
Expand Down

0 comments on commit dc1618f

Please sign in to comment.