Update tests

This commit is contained in:
Luis Blanco 2018-11-30 11:26:27 +03:00
parent cca0795e2d
commit b33c19e45a
4 changed files with 7 additions and 7 deletions

View File

@ -4,6 +4,6 @@
"private": true,
"main": "index.js",
"dependencies": {
"addon-tools-raub": "file:../../"
"addon-tools-raub": "https://github.com/node-3d/addon-tools-raub.git"
}
}

View File

@ -4,6 +4,6 @@
"private": true,
"main": "index.js",
"dependencies": {
"addon-tools-raub": "file:../../"
"addon-tools-raub": "https://github.com/node-3d/addon-tools-raub.git"
}
}

View File

@ -1,7 +1,7 @@
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "addon-tools-raub",
"version": "4.0.0",
"version": "5.0.0",
"description": "Helpers for Node.js addons and dependency packages",
"license": "MIT",
"main": "index.js",

View File

@ -9,9 +9,9 @@
"preinstall": "cd .. && npm i"
},
"dependencies": {
"addon-tools-raub": "file:../",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"sinon": "^4.2.2"
"addon-tools-raub": "https://github.com/node-3d/addon-tools-raub.git",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"sinon": "^7.1.1"
}
}