Skip to content

Commit

Permalink
fix: prevent node-pty electron version mismatch
Browse files Browse the repository at this point in the history
node-pty-prebuilt-multiarch 0.9.0 only supports Atom 1.41.0 and up this 
ensures x-terminal cant be installed in incompatible Atom versions.

Preemptive kill: bug reports can happen related to this scenario =)
  • Loading branch information
the-j0k3r committed Feb 26, 2020
1 parent 7a7172e commit d12c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"repository": "https://github.com/bus-stop/x-terminal",
"license": "MIT",
"engines": {
"atom": ">=1.23.1 <2.0.0"
"atom": ">=1.41.0 <2.0.0"
},
"providedServices": {
"atom-xterm": {
Expand Down

0 comments on commit d12c64d

Please sign in to comment.