Skip to content

Commit c799107

Browse files
committed
chore: release 1.0.1
1 parent b3a1cb2 commit c799107

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "discord-module-loader",
33
"description": "A package that lets you load events and commands easily and fast.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "lib/index.js",
66
"repository": "https://github.com/Recodive/Discord-Module-Loader",
77
"author": "Timeraa <[email protected]>",
@@ -19,5 +19,14 @@
1919
"debug": "^4.3.3",
2020
"discord.js": "^13.6.0",
2121
"source-map-support": "^0.5.21"
22-
}
22+
},
23+
"keywords": [
24+
"discord",
25+
"discordjs",
26+
"module",
27+
"loader",
28+
"commands",
29+
"slash",
30+
"slashcommands"
31+
]
2332
}

0 commit comments

Comments
 (0)