Skip to content

Commit

Permalink
Require Node >=10
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 12, 2020
1 parent 7ce599c commit 4ee30fa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "json-server",
"version": "0.15.1",
"description": "Serves JSON files through REST routes.",
"description": "Get a full fake REST API with zero coding in less than 30 seconds",
"main": "./lib/server/index.js",
"bin": "./lib/cli/bin.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
"start": "babel-node -- src/cli/bin db.json -r routes.json",
Expand Down Expand Up @@ -93,7 +90,7 @@
},
"homepage": "https://github.com/typicode/json-server",
"engines": {
"node": ">=8"
"node": ">=10"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4ee30fa

Please sign in to comment.