Skip to content

Commit

Permalink
Merge pull request #5 from itsmingjie/fix-missing-exports-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
paolotiu authored Feb 3, 2024
2 parents bd399fe + 2b37ac1 commit 8490460
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "svelte-boring-avatars",
"svelte": "dist/index.js",
"exports": {
".": {
"svelte": "./dist/index.js"
}
},
"module": "dist/index.mjs",
"main": "dist/index.umd.js",
"types": "dist/ts/index.d.ts",
Expand Down

0 comments on commit 8490460

Please sign in to comment.