chore(svelte): bump

This commit is contained in:
moklick
2023-06-28 12:43:54 +02:00
parent 292465410b
commit ab406f684d
+3 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@xyflow/svelte", "name": "@xyflow/svelte",
"version": "0.0.5", "version": "0.0.6",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", "description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [ "keywords": [
"svelte", "svelte",
@@ -25,7 +25,8 @@
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"svelte": "./dist/index.js" "svelte": "./dist/index.js",
"default": "./dist/index.js"
} }
}, },
"publishConfig": { "publishConfig": {