Skip to content

Commit

Permalink
Update electron again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Apr 9, 2018
1 parent 2188c56 commit 8288b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/electron/npm_install.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal
set npm_config_disturl="https://atom.io/download/electron"
set npm_config_target=1.7.11
set npm_config_target=1.8.4
set npm_config_runtime="electron"
set npm_config_cache=~\.npm-electron
npm i
Expand Down
2 changes: 1 addition & 1 deletion examples/electron/npm_install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Electron's version.
export npm_config_target=1.7.11
export npm_config_target=1.8.4
# 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/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"repository": "https://github.com/Tyriar/node-pty",
"author": "Tyriar",
"devDependencies": {
"electron": "1.7.13"
"electron": "1.8.4"
},
"dependencies": {
"node-pty": "^0.6.3",
"node-pty": "^0.7.4",
"xterm": "^3.0.2"
}
}

0 comments on commit 8288b96

Please sign in to comment.