pkg: fix engines.node entry

So it allows node.js versions greater than 0.8.0.
This commit is contained in:
Santiago Gimeno
2017-02-22 14:39:04 +01:00
parent 1a369f0fad
commit 41727718f5

View File

@@ -2,7 +2,7 @@
"name": "pcsclite",
"version": "0.4.11",
"engines": {
"node": ">=0.8.0 < 4"
"node": ">=0.8.0"
},
"description": "Bindings over PC/SC to access Smart Cards",
"main": "index.js",