Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Feb 1, 2021
1 parent b4f9cb3 commit b111470
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "desktop-trampoline",
"version": "0.9.0",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"bin": {
"desktop-trampoline": "build/Release/desktop-trampoline"
Expand All @@ -19,6 +21,14 @@
"prebuild-all": "yarn prebuild-node && yarn prebuild-electron && yarn prebuild-electron-arm64",
"upload": "node ./script/upload.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desktop/desktop-trampoline.git"
},
"bugs": {
"url": "https://github.com/desktop/desktop-trampoline/issues"
},
"homepage": "https://github.com/desktop/desktop-trampoline#readme",
"devDependencies": {
"jest": "^26.4.2",
"node-gyp": "^7.1.0",
Expand Down

0 comments on commit b111470

Please sign in to comment.