mirror of
https://github.com/typicode/json-server.git
synced 2025-07-27 12:12:41 +08:00
clean files
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
src
|
|
||||||
__tests__
|
|
||||||
__fixtures__
|
|
@ -4,6 +4,10 @@
|
|||||||
"description": "Get a full fake REST API with zero coding in less than 30 seconds",
|
"description": "Get a full fake REST API with zero coding in less than 30 seconds",
|
||||||
"main": "./lib/server/index.js",
|
"main": "./lib/server/index.js",
|
||||||
"bin": "./lib/cli/bin.js",
|
"bin": "./lib/cli/bin.js",
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"public"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "husky install",
|
"postinstall": "husky install",
|
||||||
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
|
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
const chalk = require('chalk')
|
|
||||||
|
|
||||||
console.log(
|
|
||||||
'Like JSON Server? You can support the project on',
|
|
||||||
chalk.bold('GitHub Sponsors')
|
|
||||||
)
|
|
||||||
console.log(
|
|
||||||
chalk.underline('https://github.com/users/typicode/sponsorship'),
|
|
||||||
chalk.red('❤')
|
|
||||||
)
|
|
Reference in New Issue
Block a user