Skip to content

Commit 69359fc

Browse files
committed
feature(gritty) node-pty-prebuilt -> node-pty
1 parent e25faa3 commit 69359fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"currify": "^2.0.0",
4848
"debug": "^3.0.0",
4949
"express": "^4.14.0",
50-
"node-pty-prebuilt": "^0.7.3",
50+
"node-pty": "^0.7.4",
5151
"socket.io": "^2.0.1",
5252
"wraptile": "^2.0.0"
5353
},

server/gritty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const log = require('debug')('gritty');
99
const express = require('express');
1010
const currify = require('currify/legacy');
1111
const wraptile = require('wraptile/legacy');
12-
const pty = require('node-pty-prebuilt');
12+
const pty = require('node-pty');
1313

1414
const Router = express.Router;
1515

0 commit comments

Comments
 (0)