Merge pull request #115 from perlun/patch-1
package.json: Support node.js versions greater than 6
This commit is contained in:
commit
76665b5a04
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": "6"
|
||||
"node": ">= 6"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/billchurch/WebSSH2/issues"
|
||||
|
|
Loading…
Reference in a new issue