bump minimum supported Node.js version to 6
This commit is contained in:
parent
4fb5a31c3b
commit
7f6bf5baeb
|
@ -116,7 +116,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"binary": {
|
"binary": {
|
||||||
"module_name": "realm",
|
"module_name": "realm",
|
||||||
|
|
Loading…
Reference in New Issue