build fix

This commit is contained in:
Eugene Pankov
2020-08-23 16:02:56 +02:00
parent 62b53575ac
commit c6d918e401
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import * as psNode from 'ps-node'
import * as fs from 'mz/fs'
import * as os from 'os'
import * as nodePTY from 'node-pty'
import * as nodePTY from '@terminus-term/node-pty'
import { Observable, Subject } from 'rxjs'
import { first } from 'rxjs/operators'

View File

@@ -65,7 +65,7 @@ module.exports = {
'path',
'macos-native-processlist',
'windows-native-registry',
'node-pty',
'@terminus-term/node-pty',
'windows-process-tree',
'os',
/^rxjs/,