refac: add private git repo
Some checks failed
Build/release / action-release (push) Failing after 2m59s

This commit is contained in:
2025-10-06 15:41:01 +02:00
parent 218eaf5f4c
commit 4c969b67be

View File

@@ -9,6 +9,10 @@
"type": "module",
"description": "Systemec Microsoft 365 Web Desktop Wrapper made with Electron",
"main": "./app/main.js",
"repository": {
"type": "git",
"url": "https://darjeeling.systemec.nl/daanselen/ms365-electron-akarton-planning.git"
},
"author": {
"name": "Daan Selen",
"email": "dselen@systemec.nl",
@@ -77,4 +81,4 @@
"node-gyp": "^11.4.2"
},
"packageManager": "yarn@1.22.22"
}
}