Skip to content

Commit

Permalink
chore: add missing name on example packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 9, 2024
1 parent 9e0bfd0 commit 4d1a480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@hot-hook/fastify-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions examples/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@hot-hook/hono-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions examples/node_http_basic/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@hot-hook/node-http-example",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 4d1a480

Please sign in to comment.