Update package.json
This commit is contained in:
parent
974f8b9a6f
commit
cab0858b04
|
|
@ -4,7 +4,11 @@
|
|||
"description": "An Electron application with React and TypeScript",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "example.com",
|
||||
"homepage": "https://electron-vite.org",
|
||||
"homepage": "https://git.thethomaas.net/TheThomaas/electron-app",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.thethomaas.net/TheThomaas/electron-app"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint --cache .",
|
||||
|
|
|
|||
Reference in a new issue