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.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade electron examples (#2104)
- Loading branch information
1 parent
ba80e40
commit 67e1b59
Showing
3 changed files
with
4 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ | |
"description": "A minimal Electron application with js-ipfs", | ||
"main": "main.js", | ||
"scripts": { | ||
"start": "electron .", | ||
"postinstall": "./rebuild.sh" | ||
"start": "electron ." | ||
}, | ||
"keywords": [ | ||
"Electron", | ||
|
@@ -15,7 +14,7 @@ | |
"author": "David Dias <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"electron": "^4.2.0", | ||
"electron": "^5.0.2", | ||
"electron-rebuild": "^1.8.4", | ||
"ipfs": "ipfs/js-ipfs" | ||
}, | ||
|
This file was deleted.
Oops, something went wrong.