commandkit 0.1.3-dev.20231002200254 → 0.1.3-dev.20231003081511
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "commandkit",
|
|
3
3
|
"description": "Beginner friendly command & event handler for Discord.js",
|
|
4
|
-
"version": "0.1.3-dev.
|
|
4
|
+
"version": "0.1.3-dev.20231003081511",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"rfdc": "^1.3.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@types/lodash": "^4.14.199",
|
|
39
38
|
"@types/node": "^20.5.9",
|
|
40
39
|
"discord.js": "^14.13.0",
|
|
41
40
|
"dotenv": "^16.3.1",
|