From 915c8a6ae534afe0229f5d75b2e1245d993c0766 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Fri, 2 Feb 2018 12:04:18 +0300 Subject: [PATCH] use local file dependency in test --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 5d5b4df..2f33708 100644 --- a/test/package.json +++ b/test/package.json @@ -30,7 +30,7 @@ "url": "https://github.com/raub/node-addon-tools.git" }, "dependencies": { - "addon-tools-raub": "https://github.com/raub/node-addon-tools.git", + "addon-tools-raub": "file:../", "chai": "^4.1.2", "mocha": "^5.0.0", "sinon": "^4.2.2"