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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
@ -4,7 +4,7 @@ |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"express": "3.5.1", |
|
|
"express": "3.5.1", |
|
|
"socket.io": "^1.3.7", |
|
|
"socket.io": "^1.3.7", |
|
|
"pty.js": "^0.3.0", |
|
|
"node-pty": "^0.7.6", |
|
|
"optimist": "^0.6" |
|
|
"optimist": "^0.6" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|