package.json: Support node.js versions greater than 6

This commit is contained in:
Per Lundberg 2018-11-05 22:14:58 +02:00 committed by GitHub
parent 7a033e1bd4
commit 0fb4f28f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
} }
], ],
"engines": { "engines": {
"node": "6" "node": ">= 6"
}, },
"bugs": { "bugs": {
"url": "https://github.com/billchurch/WebSSH2/issues" "url": "https://github.com/billchurch/WebSSH2/issues"