Skip to content

Commit

Permalink
chore: deprecate svelte prop in package.json; closes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
mateothegreat committed Feb 21, 2025
1 parent 922c59a commit af8d5ec
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@
"version": "0.1.40",
"type": "module",
"license": "MIT",
"svelte": "./index.js",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js"
}
},
"types": "./router.svelte.d.ts",
"exports": "./index.js",
"files": [
"./"
],
Expand Down

0 comments on commit af8d5ec

Please sign in to comment.