diff --git a/index.html b/index.html index 7f93ac4..cb1e628 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Drawtogether v0.0.5 + Drawtogether v0.0.6
diff --git a/package.json b/package.json index 122d146..a7f4f4a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,12 @@ { "name": "drawtogether-svelte", "private": true, - "version": "0.0.0", + "version": "0.0.6", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", - "check": "svelte-check --tsconfig ./tsconfig.json", - "test": "jest --silent=false" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.1.0",