This commit is contained in:
night0721 2021-09-14 00:12:28 +08:00
parent 109a38e3f0
commit b92bb36d7b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"name": "cath",
"name": "cath.js",
"version": "1.1.2-dev",
"description": "A powerful package that can interact with Cath API",
"main": "./dist/index.js",

View file

@ -15,6 +15,6 @@
"skipDefaultLibCheck": true,
"resolveJsonModule": true
},
"include": ["./src"],
"include": ["./dist"],
"exclude": ["./node_modules"]
}