use local file dependency in test

This commit is contained in:
Luis Blanco 2018-02-02 12:04:18 +03:00
parent 1df19b1df9
commit 915c8a6ae5
1 changed files with 1 additions and 1 deletions

View File

@ -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"