Merge pull request #69 from billchurch/greenkeeper/update-to-node-10

Greenkeeper/update to node 10
This commit is contained in:
Bill Church 2018-05-10 15:27:25 -04:00 committed by GitHub
commit 4e8bfc7d6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
language: node_js language: node_js
node_js: node_js:
- 6 - 6
- 10

View file

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