Skip to content

Commit 609cf46

Browse files
chore(release): bump v2.0.9 version
1 parent 6ff5e17 commit 609cf46

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "discord.https",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
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",
77
"scripts": {
88
"build": "tsc --build",
9-
"start": "cd dist && node ."
9+
"start": "cd dist && node .",
10+
"doc:build": "typedoc",
11+
"doc:start": "http-server ./docs -a 127.0.0.1 -p 3000 -c-1"
1012
},
1113
"types": "./dist/index.d.ts",
1214
"files": [
@@ -31,7 +33,7 @@
3133
"bugs": {
3234
"url": "https://github.com/discord-http/discord.https/issues"
3335
},
34-
"homepage": "https://github.com/discord-http/discord.https#readme",
36+
"homepage": "https://discordhttps.github.io/discord.https",
3537
"engines": {
3638
"node": ">=18"
3739
},
@@ -58,6 +60,9 @@
5860
"discord-cloudflare"
5961
],
6062
"devDependencies": {
61-
"discord.js": "^14.22.1"
63+
"discord.js": "^14.22.1",
64+
"http-server": "^14.1.1",
65+
"typedoc": "^0.28.13",
66+
"typedoc-material-theme": "^1.4.0"
6267
}
6368
}

0 commit comments

Comments
 (0)