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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -51,7 +51,7 @@ pnpm add commandkit
51
51
  To install the development version of CommandKit, run the following command:
52
52
 
53
53
  ```bash
54
- npm install underctrl-io/commandkit#dev-build
54
+ npm install commandkit@dev
55
55
  ```
56
56
 
57
57
  > ⚠️ The development version is likely to have bugs.
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.20231002200254",
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",