Skip to content

Commit 4ee30fa

Browse files
committedFeb 12, 2020
Require Node >=10
1 parent 7ce599c commit 4ee30fa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "json-server",
33
"version": "0.15.1",
4-
"description": "Serves JSON files through REST routes.",
4+
"description": "Get a full fake REST API with zero coding in less than 30 seconds",
55
"main": "./lib/server/index.js",
66
"bin": "./lib/cli/bin.js",
7-
"directories": {
8-
"test": "test"
9-
},
107
"scripts": {
118
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
129
"start": "babel-node -- src/cli/bin db.json -r routes.json",
@@ -93,7 +90,7 @@
9390
},
9491
"homepage": "https://github.com/typicode/json-server",
9592
"engines": {
96-
"node": ">=8"
93+
"node": ">=10"
9794
},
9895
"husky": {
9996
"hooks": {

0 commit comments

Comments
 (0)
Please sign in to comment.