Skip to content

Commit

Permalink
fix package json main and module
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Oct 14, 2024
1 parent c31d850 commit 53dc11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"homepage": "https://github.com/au-re/rimless",
"description": "event base communication made easy with a promise-based API wrapping `postMessage`",
"type": "module",
"main": "lib/rimless.es.js",
"module": "lib/rimless.es.js",
"main": "lib/rimless.js",
"module": "lib/rimless.js",
"types": "lib/index.d.ts",
"files": [
"lib"
Expand Down

0 comments on commit 53dc11c

Please sign in to comment.