Skip to content

Commit e22829c

Browse files
committed
chore: update version to 4.1.3 and adjust main entry point to ./dist/index.js
1 parent 22b1582 commit e22829c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "djs-command-helper",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
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": "./dist/index.js",
66
"types": "./types.d.ts",
77
"type": "module",
8-
"scripts": {},
8+
"scripts": {
9+
"build": "tsc",
10+
"test": "echo \"Error: no test specified\" && exit 1",
11+
"prepublishOnly": "npm run build"
12+
},
913
"keywords": [
1014
"discord",
1115
"discord.js",

0 commit comments

Comments
 (0)