mirror of
https://github.com/typicode/json-server.git
synced 2025-07-31 14:12:38 +08:00
Fix node engines
This commit is contained in:
@ -95,6 +95,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/typicode/json-server",
|
"homepage": "https://github.com/typicode/json-server",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4"
|
"node": ">=4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user