Skip to content

Commit

Permalink
add homepage to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Jul 20, 2020
1 parent 9209eb7 commit 0695850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "MyHbarWallet is a free, client-side interface helping you interact with Hedera™ Hashgraph.",
"main": "background.js",
"name": "myhbarwallet",
"homepage": "https://myhbarwallet.com/",
"version": "0.5.1",
"dependencies": {
"@hashgraph/sdk": "^1.1.12",
Expand Down Expand Up @@ -145,7 +146,7 @@
"config:front": "cp vue.config.front.js vue.config.js",
"config:rm": "rm vue.config.js",
"deptree": "depcruise --exclude '(node_modules|test|tests|__tests__|dist|assets|components)' --output-type dot src | dot -T svg > src/ui/assets/deps.svg",
"electron:build": "npm-run-all deptree config:back electron:generate-icons _electron:build config:rm",
"electron:build": "npm-run-all config:back electron:generate-icons _electron:build config:rm",
"electron:generate-icons": "electron-icon-builder --input=./public/android-chrome-512x512.png --output=dist/electron --flatten",
"electron:serve": "npm-run-all config:back _electron:serve config:rm",
"lint": "npm-run-all tsc lint:js lint:css",
Expand Down

0 comments on commit 0695850

Please sign in to comment.