@pikokr/command.ts 5.3.0-dev.64b0ef9 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pikokr/command.ts",
3
3
  "description": "Discord.js command framework for typescript.",
4
- "version": "5.3.0-dev.64b0ef9",
4
+ "version": "5.3.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "MIT",
@@ -44,4 +44,4 @@
44
44
  "discord.js": "*",
45
45
  "tslog": "*"
46
46
  }
47
- }
47
+ }