Skip to content

Commit 823937c

Browse files
committed
chore - v1.0.20
1 parent 9ce584d commit 823937c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@live-apps/discord",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"description": "Discord Client with shared cache, rate-limiting and events de-duplication mechanism",
55
"author": "Jaga <jagadheesh6@gmail.com>",
66
"main": "./lib/index.js",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"esModuleInterop": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"strictPropertyInitialization": false,
13-
"skipLibCheck": true
13+
"skipLibCheck": true,
14+
"declaration": true
1415
}
1516
}

0 commit comments

Comments
 (0)