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

Commit

Permalink
Switch to "node-pty-prebuilt"
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jan 25, 2019
1 parent 27a4c04 commit f64888d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -38,7 +38,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 f64888d

Please sign in to comment.