Require Node 8

This commit is contained in:
typicode
2019-05-20 06:12:22 +02:00
parent 47392e0a4d
commit ddd151787e
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change Log # Change Log
## Unreleased
* __Breaking__ Require Node 8
* Update dependencies
## 0.14.2 - 2018-12-26 ## 0.14.2 - 2018-12-26
* Fix `db.getState is not a function` * Fix `db.getState is not a function`

View File

@ -109,7 +109,7 @@
}, },
"homepage": "https://github.com/typicode/json-server", "homepage": "https://github.com/typicode/json-server",
"engines": { "engines": {
"node": ">=6" "node": ">=8"
}, },
"husky": { "husky": {
"hooks": { "hooks": {