From 5b2c6c4eefdc249a5ab1651f7b49e84069779699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20R=C3=BCsch?= <78490564+maximilianruesch@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:27:25 +0100 Subject: [PATCH] Remove unused entries from package json and correct (#86) --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index fb57fd91..732c34e0 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,8 @@ "lint": "eslint ./src", "test": "jest", "typecheck": "tsc --noEmit", - "preview": "vite preview", "pree2e": "yarn run package", "e2e": "playwright test", - "canvas": "yarn --cwd project-canvas start", "prepare": "husky install", "pre-commit": "lint-staged" }, @@ -101,6 +99,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/TU-TeamCanvas/ProjectCanvas" + "url": "https://github.com/MaibornWolff/ProjectCanvas" } }