Skip to content

Commit

Permalink
fix: remove wrapper.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Oct 28, 2024
1 parent 36182fa commit 2a18871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": {
"module": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"import": "./wrapper.mjs"
"import": "./dist/esm/index.js"
},
"browser": {
"import": "./dist/esm-browser/index.js",
Expand All @@ -49,8 +49,7 @@
"CONTRIBUTING.md",
"LICENSE.md",
"README.md",
"dist",
"wrapper.mjs"
"dist"
],
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
Expand Down
15 changes: 0 additions & 15 deletions wrapper.mjs

This file was deleted.

0 comments on commit 2a18871

Please sign in to comment.