Skip to content

Commit 6f82c97

Browse files
chore(release): bump version to 2.0.2
1 parent 3cda59a commit 6f82c97

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.https",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Discord.https is a modular library for building and managing Discord HTTP interactions with the Discord API. It provides tools for routing and managing interaction efficiently.",
55
"main": "./dist/index.js",
66
"type": "module",
@@ -45,5 +45,8 @@
4545
"interaction-router",
4646
"discord-commands",
4747
"discord-cloudflare"
48-
]
49-
}
48+
],
49+
"devDependencies": {
50+
"discord.js": "^14.22.1"
51+
}
52+
}

0 commit comments

Comments
 (0)