add "./package.json": "./package.json", in exports field in package.json

This commit is contained in:
Dimitri POSTOLOV
2025-02-16 21:05:04 +07:00
committed by GitHub
parent 23669c330d
commit dbb3431813

View File

@@ -34,6 +34,7 @@
"type": "module",
"module": "./dist/lib/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/lib/index.d.ts",
"svelte": "./dist/lib/index.js",