Skip to content

Commit eda691a

Browse files
committedNov 15, 2020
clean files
1 parent b1cc8b6 commit eda691a

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed
 

‎.npmignore

-3
This file was deleted.

‎package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Get a full fake REST API with zero coding in less than 30 seconds",
55
"main": "./lib/server/index.js",
66
"bin": "./lib/cli/bin.js",
7+
"files": [
8+
"lib",
9+
"public"
10+
],
711
"scripts": {
812
"postinstall": "husky install",
913
"test": "npm run build && cross-env NODE_ENV=test jest && npm run lint",

‎postinstall.js

-10
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.