From 573f107827771287b588cf2421614faad8a5c775 Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Thu, 1 Aug 2019 22:55:12 +0200 Subject: [PATCH] update to node-pty-prebuilt-multiarch fixes #707 (#753) its publishing binaries for all platforms since node-pty 0.8.1 stable https://github.com/oznu/node-pty-prebuilt-multiarch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index deae4a2..9852af8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "atom-space-pen-views": "^2.2.0", - "node-pty-prebuilt": "^0.7.6", + "node-pty-prebuilt-multiarch": "^0.8.1", "term.js": "https://github.com/jeremyramin/term.js/tarball/master", "underscore": "^1.8.3" },