From 433a4d4e9054f3bda57d22341c9d59ad7b03b78c Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Wed, 26 Jul 2023 13:25:57 -0400 Subject: [PATCH] same thing as last commit --- example_dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_dashboard/package.json b/example_dashboard/package.json index a299f90..79a82f2 100644 --- a/example_dashboard/package.json +++ b/example_dashboard/package.json @@ -34,6 +34,6 @@ }, "type": "module", "dependencies": { - "@velaboratory/velconnect-svelte": "file:../velconnect-svelte-npm" + "@velaboratory/velconnect-svelte": "^1.0.3" } }