use local file dependency in test
This commit is contained in:
parent
1df19b1df9
commit
915c8a6ae5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue