mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 20:23:34 +08:00
Require Node 8
This commit is contained in:
@ -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`
|
||||||
|
@ -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": {
|
||||||
|
Reference in New Issue
Block a user