@@ -40,10 +40,10 @@
"terminus-settings": "*"
},
"dependencies": {
- "@terminus-term/node-pty": "0.8.0-1",
"font-manager": "0.3.0",
"hterm-umdjs": "1.4.1",
"mz": "^2.6.0",
+ "node-pty": "^0.8.0",
"ps-node": "^0.1.6",
"runes": "^0.4.2"
@@ -290,7 +290,7 @@ export class SessionsService {
constructor (
log: LogService,
) {
- nodePTY = require('@terminus-term/node-pty')
+ nodePTY = require('node-pty')
nodePTY = require('../bufferizedPTY')(nodePTY)
this.logger = log.create('sessions')
}
@@ -61,7 +61,7 @@ module.exports = {
'windows-process-tree',
'mz/fs',
'mz/child_process',
- '@terminus-term/node-pty',
+ 'node-pty',
/^rxjs/,
/^@angular/,
/^@ng-bootstrap/,