1
Fork 0

add pkg.type and pkg.exports instead of pkg.module

This commit is contained in:
Conduitry 2021-09-23 11:26:36 -04:00
parent 134d09f77d
commit a77791b407
1 changed files with 4 additions and 1 deletions

View File

@ -4,5 +4,8 @@
"description": "A tiny unframework for making SPAs in Svelte.", "description": "A tiny unframework for making SPAs in Svelte.",
"private": true, "private": true,
"homepage": "https://git.chor.date/Conduitry/svelte-tiny-spa", "homepage": "https://git.chor.date/Conduitry/svelte-tiny-spa",
"module": "location.js" "type": "module",
"exports": {
".": "./location.js"
}
} }