mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Require Node 8
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## Unreleased
|
||||
|
||||
* __Breaking__ Require Node 8
|
||||
* Update dependencies
|
||||
|
||||
## 0.14.2 - 2018-12-26
|
||||
|
||||
* Fix `db.getState is not a function`
|
||||
|
@ -109,7 +109,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/typicode/json-server",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Reference in New Issue
Block a user