Skip to content

Commit

Permalink
Move from pty.js to node-pty (Fixes #86)
Browse files Browse the repository at this point in the history
Co-authored-by: ashthespy <ashthespy@users.noreply.github.com>
Co-authored-by: the-j0k3r <the-j0k3r@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 1, 2019
1 parent 161cd01 commit 9eb2296
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ Matt Pilott (https://github.com/matt3224)

Simas Čepaitis (https://github.com/geriBatai)
* Add City Lights theme

Ash (https://github.com/ashthespy)
* Co-author for switch from pty.js to node-pty

the-j0k3r (https://github.com/the-j0k3r)
* Co-author for switch from pty.js to node-pty
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1
* Switch from pty.js to node-pty (fixes #86)

## 0.7.0
* More unity with upstream
* Bump atom-space-pen-views to 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/process.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pty = require 'pty.js'
pty = require 'node-pty-prebuilt'
path = require 'path'
fs = require 'fs'
_ = require 'underscore'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"atom-space-pen-views": "^2.2.0",
"pty.js": "https://github.com/platformio/pty.js/tarball/prebuilt",
"node-pty-prebuilt": "^0.7.6",
"term.js": "https://github.com/jeremyramin/term.js/tarball/master",
"underscore": "^1.8.3"
},
Expand Down

0 comments on commit 9eb2296

Please sign in to comment.