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/ dist/
node_modules/ node_modules/
package-lock.json package-lock.json
index.js test.js
docs/ docs/

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "cath", "name": "cath",
"version": "1.5.22", "version": "1.5.23",
"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",