im stupid putting index.js in npmignore...

This commit is contained in:
NK 2023-04-30 20:29:32 +01:00
parent 34e8c39dbe
commit 38a6f12994
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
dist/
node_modules/
package-lock.json
index.js
test.js
docs/

View file

@ -6,6 +6,6 @@ package-lock.json
LICENSE
.github
docs
index.js
test.js
vercel.json
README.md

View file

@ -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",