Deprecate node 4 and 5

This commit is contained in:
blagoev 2017-10-03 10:02:17 +03:00
parent 9d04187ae3
commit 0d22e329e4
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
X.Y.Z-rc? Release notes (DATE)
=============================================================
### Breaking changes
* Deprecate node 4 and node 5 support
### Enhancements
* None
### Bug fixes
* None.
### Internal
* None
2.0.0-rc17 Release notes (2017-10-3) 2.0.0-rc17 Release notes (2017-10-3)
============================================================= =============================================================
### Breaking changes ### Breaking changes

View File

@ -115,7 +115,7 @@
} }
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=6"
}, },
"binary": { "binary": {
"module_name": "realm", "module_name": "realm",