Skip to content

Commit

Permalink
Merge pull request rob-balfre#651 from happysalada/fix_unknown_extens…
Browse files Browse the repository at this point in the history
…ion_svelte

fix: unknown extension .svelte
  • Loading branch information
rob-balfre authored Jan 5, 2024
2 parents f1426b9 + f64e883 commit bc6bc6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svelte": "^7.1.4",
"svelte": "^3.58.0",
"sirv-cli": "^2.0.2",
"svelte": "^3.58.0",
"svelte-highlight": "^7.2.1",
"svelte-preprocess": "^5.0.3",
"svelte-tiny-virtual-list": "^2.0.5",
Expand All @@ -63,6 +63,12 @@
}
},
"type": "module",
"exports": {
".": {
"svelte": "./index.js",
"types": "./index.d.ts"
}
},
"dependencies": {
"svelte-floating-ui": "1.5.8"
}
Expand Down

0 comments on commit bc6bc6e

Please sign in to comment.