From 34c1b998658e2666095196b09276cfcfe0d94de9 Mon Sep 17 00:00:00 2001 From: NK Date: Thu, 6 Apr 2023 12:44:24 +0100 Subject: [PATCH] forgot to compile --- package.json | 2 +- src/utils/config.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 src/utils/config.json 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" -}