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

Commit dd06d42

Browse files
Update deprecated flag and homepage field
1 parent 911d044 commit dd06d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lightning-app",
33
"version": "0.1.0",
44
"description": "Lightning Wallet Application",
5-
"homepage": "https://lightning.engineering",
5+
"homepage": "./",
66
"license": "GPL-3.0",
77
"private": true,
88
"main": "public/electron.js",
@@ -16,7 +16,7 @@
1616
"test:react": "react-scripts test --env=jsdom",
1717
"eject": "react-scripts eject",
1818
"electron-dev": "concurrently \"BROWSER=none npm start\" \"wait-on http://localhost:3000 && electron --enable-sandbox .\"",
19-
"electron-pack": "build --em.main=build/electron.js",
19+
"electron-pack": "build --c.extraMetadata.main=build/electron.js",
2020
"electron-only": "electron --enable-sandbox .",
2121
"preelectron-pack": "npm run build",
2222
"prettier": "prettier --write --single-quote --trailing-comma es5 \"src/**/*.js\" public/electron.js",

0 commit comments

Comments
 (0)