From 98e75748827f4f89c664b791f92ee5e76285671e Mon Sep 17 00:00:00 2001 From: antony Date: Sat, 14 Jul 2018 11:37:57 +0200 Subject: [PATCH] fix binding path broken (node-pre-gyp) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 157304c..c90a1c2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "binary": { "module_name": "occ", - "module_path": "./lib/binding/", + "module_path": "./lib/", "host": "https://github.com/antonymarion/node-occ/releases/download/", "remote_path": "{version}" },