From ef6c313e1888951475ceae2e75cd957829a67144 Mon Sep 17 00:00:00 2001 From: Sander Dijkhuis Date: Tue, 3 Nov 2015 21:06:33 +0100 Subject: [PATCH] Remove xpc-connection dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems to be only for OS X, which Able doesn’t support. Removes the warnings during `npm install`: npm WARN optional dep failed, continuing xpc-connection@0.1.4 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b51db6..1c270a6 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,7 @@ }, "optionalDependencies": { "bluetooth-hci-socket": "~0.4.0", - "bplist-parser": "0.0.6", - "xpc-connection": "~0.1.4" + "bplist-parser": "0.0.6" }, "devDependencies": { "jshint": "latest",