Skip to content

Commit 23cc913

Browse files
committed
Match version with main package to prevent duplicate installation.
1 parent b335ba9 commit 23cc913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-tsx-commands",
3-
"version": "0.3.6-a",
3+
"version": "0.3.6-b",
44
"description": "Write Discord.js commands in tsx without React. An extension package for discord-tsx-factory.",
55
"main": "dist/index.js",
66
"repository": "https://github.com/lshqqytiger/discord-tsx-commands.git",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/lshqqytiger/discord-tsx-commands#readme",
2222
"dependencies": {
23-
"discord-tsx-factory": "^0.3.6-a",
23+
"discord-tsx-factory": "^0.3.6-b",
2424
"discord.js": "^14.18.0"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)