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

Commit

Permalink
Fix legacy prebuilds electron 3.x macOS/Windows (#764)
Browse files Browse the repository at this point in the history
* fix legacy electron 3x builds closes #760

* Add compatibility for Atom Electron 3.x builds
  • Loading branch information
the-j0k3r authored and ivankravets committed Aug 11, 2019
1 parent ea6c8b5 commit 74962dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.9.4 - PlatformIO

* add compatibility for Atom Electron 3.x builds

## 2.9.3 - PlatformIO

* Fix broken terminal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"atom-space-pen-views": "^2.2.0",
"node-pty-prebuilt-multiarch": "^0.8.1",
"node-pty-prebuilt-multiarch": "0.9.0-beta21.legacy",
"term.js": "https://github.com/jeremyramin/term.js/tarball/master",
"underscore": "^1.8.3"
},
Expand Down

0 comments on commit 74962dd

Please sign in to comment.