pkg: fix engines.node entry
So it allows node.js versions greater than 0.8.0.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user