Skip to content

Commit ddd1517

Browse files
committed
Require Node 8
1 parent 47392e0 commit ddd1517

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Unreleased
4+
5+
* __Breaking__ Require Node 8
6+
* Update dependencies
7+
38
## 0.14.2 - 2018-12-26
49

510
* Fix `db.getState is not a function`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"homepage": "https://github.com/typicode/json-server",
111111
"engines": {
112-
"node": ">=6"
112+
"node": ">=8"
113113
},
114114
"husky": {
115115
"hooks": {

0 commit comments

Comments
 (0)