add pkg.type and pkg.exports instead of pkg.module
This commit is contained in:
parent
134d09f77d
commit
a77791b407
1 changed files with 4 additions and 1 deletions
|
@ -4,5 +4,8 @@
|
|||
"description": "A tiny unframework for making SPAs in Svelte.",
|
||||
"private": true,
|
||||
"homepage": "https://git.chor.date/Conduitry/svelte-tiny-spa",
|
||||
"module": "location.js"
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./location.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue