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