clean files

This commit is contained in:
typicode
2020-11-15 23:37:31 +01:00
parent b1cc8b6769
commit eda691ac51
3 changed files with 4 additions and 13 deletions

View File

@ -1,3 +0,0 @@
src
__tests__
__fixtures__

View File

@ -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",

View File

@ -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('❤')
)