From cf0c15adfc32d6812a666bcc03b0daa8fb77cc6a Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 26 Mar 2019 16:57:10 +0000 Subject: [PATCH] Update cmake-js with fork Building iohook for Electron v4 is going to require some updates to `cmake-js`, some of which haven't been merged yet. This PR change the branch to one that merged those PRs. Note:: DO NOT MERGE THIS PR IN IT'S CURRENT FORM. If we're going with a fork we should have it be based off wilix-team's repo instead of mine. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b852dc82..9e2c5246 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "archiver": "^2.1.1", - "cmake-js": "^5.1.0", + "cmake-js": "github:anoadragon453/cmake-js#anoa/delay_generator", "jest": "^22.4.3", "mkdirp": "^0.5.1", "nan": "^2.10.0",