From c2b196214d1d4d6e3087409d4aea94b53d2b657f Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 14 Apr 2021 22:25:55 -0500 Subject: [PATCH] fix: fix building ZeroMQ on Electron 9 https://github.com/n-riesco/jmp/pull/32 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e64a5ec3c..b6b05fc4c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "atom-select-list": "^0.7.0", "escape-carriage": "^1.2.0", "escape-string-regexp": "^4.0.0", - "jmp": "^2.0.0", + "jmp": "https://github.com/aminya/jmp", "kernelspecs": "^2.0.0", "lodash": "^4.14.0", "mathjax-electron": "^3.0.0",