Skip to content

Commit 9814465

Browse files
committed
fix: update main entry point to index.ts
1 parent e78d541 commit 9814465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "djs-command-helper",
33
"version": "4.1.0",
44
"description": "A simple, easy to use module that houses functions to can refresh global and guild specific commands for your Discord App.",
5-
"main": "./index.js",
5+
"main": "./index.ts",
66
"types": "./types.d.ts",
77
"type": "module",
88
"scripts": { },

0 commit comments

Comments
 (0)