forgot to include files
This commit is contained in:
parent
0ec6be61f3
commit
de7366bc9f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cath",
|
"name": "cath",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"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",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://codeberg.org/night0721/cath.git"
|
"url": "https://codeberg.org/night0721/cath"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://codeberg.org/night0721/cath/issues"
|
"url": "https://codeberg.org/night0721/cath/issues"
|
||||||
|
|
Loading…
Reference in a new issue