Skip to content

Commit

Permalink
fix: remove wrapper.mjs
Browse files Browse the repository at this point in the history
broofa committed Oct 28, 2024

Verified

This commit was signed with the committer’s verified signature.
broofa Robert Kieffer
1 parent 36182fa commit 2a18871
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
@@ -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",
@@ -49,8 +49,7 @@
"CONTRIBUTING.md",
"LICENSE.md",
"README.md",
"dist",
"wrapper.mjs"
"dist"
],
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
15 changes: 0 additions & 15 deletions wrapper.mjs

This file was deleted.

0 comments on commit 2a18871

Please sign in to comment.