mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Bump
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "json-server",
|
"name": "json-server",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "Serves JSON files through REST routes.",
|
"description": "Serves JSON files through REST routes.",
|
||||||
"main": "./src/server.js",
|
"main": "./src/server.js",
|
||||||
"bin": "./bin/index.js",
|
"bin": "./bin/index.js",
|
||||||
@ -44,7 +44,8 @@
|
|||||||
"testing",
|
"testing",
|
||||||
"rest",
|
"rest",
|
||||||
"data",
|
"data",
|
||||||
"dummy"
|
"dummy",
|
||||||
|
"sandbox"
|
||||||
],
|
],
|
||||||
"author": "Typicode <typicode@gmail.com>",
|
"author": "Typicode <typicode@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Reference in New Issue
Block a user