diff --git a/package.json b/package.json index a90aed2..434b919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.5.11", + "version": "1.5.13", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/utils/config.json b/src/utils/config.json deleted file mode 100644 index 154e2cb..0000000 --- a/src/utils/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "api": "https://cath-api.vercel.app", - "code": "https://code.night0721.me", - "url": "https://url.night0721.me" -}