This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
running tests with electron will come soon closes #2011
- Loading branch information
1 parent
f9bfa29
commit a37fe13
Showing
6 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "main.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"postinstall": "electron-rebuild" | ||
"postinstall": "./rebuild.sh" | ||
}, | ||
"keywords": [ | ||
"Electron", | ||
|
@@ -15,8 +15,8 @@ | |
"author": "David Dias <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"electron": "^2.0.0", | ||
"electron-rebuild": "^1.7.2", | ||
"electron": "^4.2.0", | ||
"electron-rebuild": "^1.8.4", | ||
"ipfs": "ipfs/js-ipfs" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// This file is required by the index.html file and will | ||
// be executed in the renderer process for that window. | ||
// All of the Node.js APIs are available in this process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters