From 38a6f129947812f28feab266902659c2f28c5dde Mon Sep 17 00:00:00 2001 From: NK Date: Sun, 30 Apr 2023 20:29:32 +0100 Subject: [PATCH] im stupid putting index.js in npmignore... --- .gitignore | 2 +- .npmignore | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1558f2..7140279 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ dist/ node_modules/ package-lock.json -index.js +test.js docs/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index 842904e..44b808f 100644 --- a/.npmignore +++ b/.npmignore @@ -6,6 +6,6 @@ package-lock.json LICENSE .github docs -index.js +test.js vercel.json README.md \ No newline at end of file diff --git a/package.json b/package.json index e1fa0b8..2ef6380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.5.22", + "version": "1.5.23", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts",