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",
|
"name": "pcsclite",
|
||||||
"version": "0.4.11",
|
"version": "0.4.11",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8.0 < 4"
|
"node": ">=0.8.0"
|
||||||
},
|
},
|
||||||
"description": "Bindings over PC/SC to access Smart Cards",
|
"description": "Bindings over PC/SC to access Smart Cards",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user