Merge pull request #115 from perlun/patch-1

package.json: Support node.js versions greater than 6
This commit is contained in:
Bill Church 2018-11-07 06:37:27 -05:00 committed by GitHub
commit 76665b5a04
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"