Update engine field to support Node.js v8+
This commit is contained in:
parent
10c49be91d
commit
b794956691
|
@ -5,7 +5,7 @@
|
||||||
"license": "LGPL-3.0+",
|
"license": "LGPL-3.0+",
|
||||||
"homepage": "https://openpgpjs.org/",
|
"homepage": "https://openpgpjs.org/",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8"
|
"node": ">= 8.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crypto",
|
"crypto",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user