npm and node version where to strict

This commit is contained in:
Christian Kuster 2016-04-07 06:20:18 +02:00
parent 1aff4ba049
commit 31d80834a7

View File

@ -20,8 +20,8 @@
"url": "https://github.com/ancasicolica/node-wifi-scanner.git" "url": "https://github.com/ancasicolica/node-wifi-scanner.git"
}, },
"engines": { "engines": {
"node": ">= 4.4.0", "node": ">= 4.0.0",
"npm": ">= 2.14.0" "npm": ">= 2.0.0"
}, },
"scripts": { "scripts": {
"test": "mocha test" "test": "mocha test"