@spatulox/discord-interaction-manager 1.0.4 → 1.0.5

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spatulox/discord-interaction-manager",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "author": "Spatulox",
5
5
  "description": "discord-interaction-manager is a lightweight CLI tool to manage Discord bot interactions (slash commands, context menus) in under 30 seconds. Deploy, update, delete, and generate interaction files with an interactive terminal interface.",
6
6
  "bin": {
@@ -8,12 +8,12 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Spatulox/discord-interaction-manager.git"
11
+ "url": "https://github.com/Spatulox/DiscordInteractionManager.git"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/Spatulox/discord-interaction-manager/issues"
14
+ "url": "https://github.com/Spatulox/DiscordInteractionManager/issues"
15
15
  },
16
- "homepage": "https://github.com/Spatulox/discord-interaction-manager#readme",
16
+ "homepage": "https://github.com/Spatulox/DiscordInteractionManager#readme",
17
17
  "scripts": {
18
18
  "build": "tsc",
19
19
  "cli": "node dist/cli/MainCLI.js"