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",
|
"version": "1.1.2-dev",
|
||||||
"description": "A powerful package that can interact with Cath API",
|
"description": "A powerful package that can interact with Cath API",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
"skipDefaultLibCheck": true,
|
"skipDefaultLibCheck": true,
|
||||||
"resolveJsonModule": true
|
"resolveJsonModule": true
|
||||||
},
|
},
|
||||||
"include": ["./src"],
|
"include": ["./dist"],
|
||||||
"exclude": ["./node_modules"]
|
"exclude": ["./node_modules"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue