Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #358 from lightninglabs/fix-electron-build
Browse files Browse the repository at this point in the history
Update deprecated flag and homepage field
  • Loading branch information
tanx committed Jun 3, 2018
2 parents 69de984 + dd06d42 commit 582042b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lightning-app",
"version": "0.1.0",
"description": "Lightning Wallet Application",
"homepage": "https://lightning.engineering",
"homepage": "./",
"license": "GPL-3.0",
"private": true,
"main": "public/electron.js",
Expand All @@ -16,7 +16,7 @@
"test:react": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron-dev": "concurrently \"BROWSER=none npm start\" \"wait-on http://localhost:3000 && electron --enable-sandbox .\"",
"electron-pack": "build --em.main=build/electron.js",
"electron-pack": "build --c.extraMetadata.main=build/electron.js",
"electron-only": "electron --enable-sandbox .",
"preelectron-pack": "npm run build",
"prettier": "prettier --write --single-quote --trailing-comma es5 \"src/**/*.js\" public/electron.js",
Expand Down

0 comments on commit 582042b

Please sign in to comment.