Skip to content

Commit

Permalink
Merge pull request #1 from letjek/develop
Browse files Browse the repository at this point in the history
fix warning vite missing exports condition
  • Loading branch information
letjek authored Dec 26, 2023
2 parents 2f875b5 + 8321d71 commit 974c94c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "dist/svelte-infinite-loading.js",
"module": "dist/svelte-infinite-loading.mjs",
"types": "types/index.d.ts",
"exports": {
".": {
"svelte": "./src/index.js"
}
},
"scripts": {
"build": "rollup -c",
"lint": "eslint src/** test/**",
Expand Down

0 comments on commit 974c94c

Please sign in to comment.