Skip to content

Commit 4786dbd

Browse files
chore(release): bump version to 2.0.6
1 parent 3a4cd2a commit 4786dbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord.https",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
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",
@@ -32,6 +32,9 @@
3232
"url": "https://github.com/discord-http/discord.https/issues"
3333
},
3434
"homepage": "https://github.com/discord-http/discord.https#readme",
35+
"engines": {
36+
"node": ">=18"
37+
},
3538
"license": "MIT",
3639
"dependencies": {
3740
"@discordjs/builders": "^1.11.3",

0 commit comments

Comments
 (0)