Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 74962dd

Browse files
the-j0k3rivankravets
authored andcommitted
Fix legacy prebuilds electron 3.x macOS/Windows (#764)
* fix legacy electron 3x builds closes #760 * Add compatibility for Atom Electron 3.x builds
1 parent ea6c8b5 commit 74962dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.9.4 - PlatformIO
2+
3+
* add compatibility for Atom Electron 3.x builds
4+
15
## 2.9.3 - PlatformIO
26

37
* Fix broken terminal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"atom-space-pen-views": "^2.2.0",
45-
"node-pty-prebuilt-multiarch": "^0.8.1",
45+
"node-pty-prebuilt-multiarch": "0.9.0-beta21.legacy",
4646
"term.js": "https://github.com/jeremyramin/term.js/tarball/master",
4747
"underscore": "^1.8.3"
4848
},

0 commit comments

Comments
 (0)