fix(svelte): use correct module path

This commit is contained in:
moklick
2023-06-16 19:08:00 +02:00
parent 0d4591916d
commit 01bd4675f4
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.0.4",
"version": "0.0.5",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",
@@ -21,7 +21,7 @@
"typecheck": "pnpm check"
},
"type": "module",
"module": "index.ts",
"module": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",