Skip to content

Commit

Permalink
Provide repository
Browse files Browse the repository at this point in the history
Fixes:

    Cannot detect repository by .git/config. Please specify "repository" in the package.json (https://docs.npmjs.com/files/package.json#repository).
    Please see https://electron.build/configuration/publish  failedTask=build stackTrace=Error: Cannot detect repository by .git/config. Please specify "repository" in the package.json (https://docs.npmjs.com/files/package.json#repository).
  • Loading branch information
mnvr committed May 3, 2024
1 parent e9feec3 commit 0f35554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.7.0-beta.0",
"private": true,
"description": "Desktop client for Ente Photos",
"repository": "github:ente-io/photos-desktop",
"author": "Ente <[email protected]>",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 0f35554

Please sign in to comment.