chore: convert cjs to esm

This commit is contained in:
Enrico Sacchetti 2023-06-23 21:55:21 -04:00
commit 181b9d86a4
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
3 changed files with 14 additions and 12 deletions

View file

@ -6,6 +6,7 @@
"svelte": "./src/index.js",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"type": "module",
"types": "./types/index.d.ts",
"sideEffects": [
"css/*.css"