Skip to content

Commit bde3a1e

Browse files
authored
Polish for Hono examples. (#1178)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 2558b4f commit bde3a1e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

framework-boilerplates/hono/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
"devDependencies": {
88
"@types/node": "^20.11.17",
9-
"tsx": "^4.7.1",
109
"typescript": "^5.8.3"
1110
}
1211
}

starter/hono-ai-sdk/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"devDependencies": {
99
"@types/node": "^20.11.17",
10-
"tsx": "^4.7.1",
1110
"typescript": "^5.8.3"
1211
}
1312
}

starter/turborepo-with-hono/apps/api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@types/node": "^20.11.17",
14-
"tsx": "^4.7.1",
1514
"typescript": "^5.8.3"
1615
}
1716
}

0 commit comments

Comments
 (0)