We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613377f commit 6328027Copy full SHA for 6328027
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.7.4
2
+* Update node-pyt-prebuilt-multiarch to 0.9.0-beta21.legacy to fix Electron 3 issues with Windows 10 (see issue #99)
3
+
4
## 0.7.3
5
* Quick bugfix release: node-pty-multiarch is a typo and should be node-pty-prebuilt-multiarch (see issue #98)
6
package.json
@@ -45,7 +45,7 @@
45
},
46
"dependencies": {
47
"atom-space-pen-views": "^2.2.0",
48
- "node-pty-prebuilt-multiarch": "^0.8.1",
+ "node-pty-prebuilt-multiarch": "0.9.0-beta21.legacy",
49
"term.js": "https://github.com/jeremyramin/term.js/tarball/master",
50
"underscore": "^1.8.3"
51
@@ -73,4 +73,4 @@
73
}
74
75
76
-}
+}
0 commit comments