We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b1582 commit e22829cCopy full SHA for e22829c
1 file changed
package.json
@@ -1,11 +1,15 @@
1
{
2
"name": "djs-command-helper",
3
- "version": "4.1.2",
+ "version": "4.1.3",
4
"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",
+ "main": "./dist/index.js",
6
"types": "./types.d.ts",
7
"type": "module",
8
- "scripts": {},
+ "scripts": {
9
+ "build": "tsc",
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "prepublishOnly": "npm run build"
12
+ },
13
"keywords": [
14
"discord",
15
"discord.js",
0 commit comments