bug fix
This commit is contained in:
parent
80bd62f0ec
commit
5b3e43e98c
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cath",
|
"name": "cath",
|
||||||
"version": "1.2.1",
|
"version": "1.2.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",
|
||||||
|
@ -17,12 +17,12 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/CathTeam/cath.git"
|
"url": "git+https://github.com/night0721/cath.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/CathTeam/cath/issues"
|
"url": "https://github.com/night0721/cath/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/CathTeam/cath#readme",
|
"homepage": "https://github.com/night0721/cath#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cath",
|
"cath",
|
||||||
"cath.exe",
|
"cath.exe",
|
||||||
|
|
Loading…
Reference in a new issue