im stupid putting index.js in npmignore...
This commit is contained in:
parent
34e8c39dbe
commit
38a6f12994
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
dist/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
index.js
|
||||
test.js
|
||||
docs/
|
|
@ -6,6 +6,6 @@ package-lock.json
|
|||
LICENSE
|
||||
.github
|
||||
docs
|
||||
index.js
|
||||
test.js
|
||||
vercel.json
|
||||
README.md
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue