mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 20:23:34 +08:00
Update paths to ./lib
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
require('../src/cli')()
|
require('../lib/cli')()
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "json-server",
|
"name": "json-server",
|
||||||
"version": "0.8.21",
|
"version": "0.8.21",
|
||||||
"description": "Serves JSON files through REST routes.",
|
"description": "Serves JSON files through REST routes.",
|
||||||
"main": "./src/server/index.js",
|
"main": "./lib/server/index.js",
|
||||||
"bin": "./bin/index.js",
|
"bin": "./bin/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
|
Reference in New Issue
Block a user