Skip to content

Commit

Permalink
Remove unused entries from package json and correct (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianruesch authored Dec 7, 2023
1 parent d8b16a9 commit 5b2c6c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -101,6 +99,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/TU-TeamCanvas/ProjectCanvas"
"url": "https://github.com/MaibornWolff/ProjectCanvas"
}
}

0 comments on commit 5b2c6c4

Please sign in to comment.