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

Commit

Permalink
docs: update electron to latest 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leo6104 authored and daviddias committed May 23, 2018
1 parent 55b3043 commit fe51c47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -603,7 +603,7 @@ If your [electron-rebuild step is failing](https://github.com/ipfs/js-ipfs/issue

```bash
# Electron's version.
export npm_config_target=1.7.6
export npm_config_target=2.0.0
# The architecture of Electron, can be ia32 or x64.
export npm_config_arch=x64
export npm_config_target_arch=x64
Expand Down
2 changes: 0 additions & 2 deletions examples/run-in-electron/README.md
Expand Up @@ -2,8 +2,6 @@

> This example is heavily inspired by [electron-quick-start](https://github.com/electron/electron-quick-start).
**DISCLAIMER:** This example is still a work in progress, it currently doesn't work due to the usage of native dependencies that Electron is not supporting.

To try it by yourself, do:

```
Expand Down
2 changes: 1 addition & 1 deletion examples/run-in-electron/build.sh
@@ -1,5 +1,5 @@
# Electron's version.
export npm_config_target=1.6.11
export npm_config_target=2.0.0
# The architecture of Electron, can be ia32 or x64.
export npm_config_arch=x64
export npm_config_target_arch=x64
Expand Down
4 changes: 2 additions & 2 deletions examples/run-in-electron/package.json
Expand Up @@ -15,8 +15,8 @@
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"devDependencies": {
"electron": "~1.6.11",
"electron-rebuild": "^1.5.11",
"electron": "^2.0.0",
"electron-rebuild": "^1.7.2",
"ipfs": "ipfs/js-ipfs"
}
}

0 comments on commit fe51c47

Please sign in to comment.