Skip to content

Commit 7866cb0

Browse files
chore
1 parent 7a39bc1 commit 7866cb0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ It handles various interactions and organizes them into modular routes, making y
1515
- [ ] Build structures → reference: https://www.npmjs.com/package/@discordjs/structures
1616
- [ ] Build a simplified `npx create-app` command [in progress]
1717
- [ ] Implement tests
18-
- [x] HTTP adapters to support all hosting environments. Currently implemented: Node.js adapter for Node.js runtime and Cloudflare adapter for V8 isolates runtime [will be published soon]
18+
- [x] HTTP adapters to support all hosting environments. Currently implemented: Node.js adapter for [Node.js runtime](https://github.com/discord-http/nodejs-adapter) and [Cloudflare adapter for V8 isolates runtime](https://github.com/discord-http/cloudflare-adapter)
1919
- [x] Examples [will be published soon]

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "discord.https",
2+
"name": "discord.http",
33
"version": "2.0.0",
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",
@@ -34,9 +34,6 @@
3434
"chalk": "^5.6.0",
3535
"discord-api-types": "^0.38.22"
3636
},
37-
"devDependencies": {
38-
"@types/node": "^24.3.1"
39-
},
4037
"keywords": [
4138
"discord",
4239
"discord.js",

0 commit comments

Comments
 (0)