Skip to content

Commit

Permalink
fix: remove module export condition (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Mar 7, 2024
1 parent 5427fdb commit 2a7e81d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"edge-light": "./dist/index.browser.js",
"worker": "./dist/index.browser.js",
"source": "./src/index.ts",
"module": "./dist/index.js",
"require": "./dist/index.cjs",
"node": {
"import": "./dist/index.cjs.js"
Expand All @@ -65,7 +64,6 @@
"edge-light": "./dist/stega.browser.js",
"worker": "./dist/stega.browser.js",
"source": "./src/stega/index.ts",
"module": "./dist/stega.js",
"require": "./dist/stega.cjs",
"node": {
"import": "./dist/stega.cjs.js"
Expand Down

0 comments on commit 2a7e81d

Please sign in to comment.