Add repository field to showcase desktop package.json

electron-builder requires a repository field to detect the
GitHub repo for publishing artifacts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
michael
2026-03-08 12:41:03 -07:00
parent 2c9f7b8495
commit 68234e66f4

View File

@@ -8,6 +8,11 @@
"name": "Dangerous Things", "name": "Dangerous Things",
"email": "info@dangerousthings.com" "email": "info@dangerousthings.com"
}, },
"repository": {
"type": "git",
"url": "https://github.com/dangerous-tac0s/dt-design-system.git",
"directory": "packages/showcase/desktop"
},
"homepage": "https://github.com/dangerous-tac0s/dt-design-system", "homepage": "https://github.com/dangerous-tac0s/dt-design-system",
"main": "dist/main/main.js", "main": "dist/main/main.js",
"scripts": { "scripts": {