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

Commit f64888d

Browse files
committed
Switch to "node-pty-prebuilt"
1 parent 27a4c04 commit f64888d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/process.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pty = require 'pty.js'
1+
pty = require 'node-pty-prebuilt'
22
path = require 'path'
33
fs = require 'fs'
44
_ = require 'underscore'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"atom-space-pen-views": "^2.2.0",
41-
"pty.js": "https://github.com/platformio/pty.js/tarball/prebuilt",
41+
"node-pty-prebuilt": "^0.7.6",
4242
"term.js": "https://github.com/jeremyramin/term.js/tarball/master",
4343
"underscore": "^1.8.3"
4444
},

0 commit comments

Comments
 (0)