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:
@@ -8,6 +8,11 @@
|
||||
"name": "Dangerous Things",
|
||||
"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",
|
||||
"main": "dist/main/main.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user