Browse Source

changed pty.js to node-pty

part of a fix that uses node-pty to fix error with standard build
pull/124/head
mdheller 7 years ago
committed by GitHub
parent
commit
0b43f7c4f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
package.json

@ -4,7 +4,7 @@
"dependencies": {
"express": "3.5.1",
"socket.io": "^1.3.7",
"pty.js": "^0.3.0",
"node-pty": "^0.7.6",
"optimist": "^0.6"
},
"devDependencies": {

Loading…
Cancel
Save