From 3c8fb4fc773df0431666199d3d1819f955e21d58 Mon Sep 17 00:00:00 2001 From: 101Cyber101 <46902421+101Cyber101@users.noreply.github.com> Date: Wed, 14 Aug 2019 16:47:46 -0500 Subject: [PATCH] Updated to fix ffi installation Fixed the package.json to fix issue https://github.com/node-ffi/node-ffi/issues/465 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84b2801..7449a6d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "enum": "^2.2.0", - "ffi": "git+https://github.com/Yannicked/node-ffi", + "ffi": "git+https://github.com/node-ffi/node-ffi.git", "ref": "^1.3.1", "ref-array": "^1.1.2", "ref-struct": "^1.0.2", @@ -26,5 +26,5 @@ "getdll.js", "lib" ], - "repository": "https://github.com/Yannicked/node-cue-sdk" + "repository": "https://github.com/101Cyber101/node-cue-sdk" }