fix
This commit is contained in:
parent
109a38e3f0
commit
b92bb36d7b
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
"skipDefaultLibCheck": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": ["./src"],
|
||||
"include": ["./dist"],
|
||||
"exclude": ["./node_modules"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue