Rely on pty.js, minor updates to area changing logic

This commit is contained in:
Bryan Ashby
2015-08-18 23:11:13 -06:00
parent c9a24b7ec8
commit d3f82e38da
5 changed files with 25 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ var spawn = require('child_process').spawn;
var events = require('events');
var _ = require('lodash');
var pty = require('pty');
var pty = require('pty.js');
exports.Door = Door;