Skip to content

Commit

Permalink
fix: add bun export condition
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 11, 2024
1 parent 6c9b404 commit 57e814f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 4 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"exports": {
".": {
"source": "./src/index.ts",
"bun": "./dist/index.js",
"browser": {
"source": "./src/index.browser.ts",
"import": "./dist/index.browser.js",
Expand All @@ -49,6 +50,7 @@
},
"./stega": {
"source": "./src/stega/index.ts",
"bun": "./dist/stega.js",
"browser": {
"source": "./src/stega/index.browser.ts",
"import": "./dist/stega.browser.js",
Expand Down Expand Up @@ -121,7 +123,7 @@
"dependencies": {
"@sanity/eventsource": "^5.0.0",
"@vercel/stega": "0.1.0",
"get-it": "^8.4.19",
"get-it": "^8.4.20",
"rxjs": "^7.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 57e814f

Please sign in to comment.