ummm
This commit is contained in:
parent
6266380d0e
commit
b7d09b4061
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cath",
|
||||
"version": "1.3.3-dev",
|
||||
"version": "1.3.4-dev",
|
||||
"description": "A powerful package that can interact with Cath API",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
|
@ -7,4 +7,4 @@ export {
|
|||
starMessageData,
|
||||
} from "./StarboardClient/index";
|
||||
export { random8ball } from "./functions/8ball";
|
||||
export { getreddit } from "./functions/reddit";
|
||||
export { getreddit, RedditObject } from "./functions/reddit";
|
||||
|
|
Loading…
Reference in a new issue