diff --git a/examples/fastify/package.json b/examples/fastify/package.json index e4ae80b..3dc1d4f 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -1,4 +1,5 @@ { + "name": "@hot-hook/fastify-example", "private": true, "type": "module", "scripts": { diff --git a/examples/hono/package.json b/examples/hono/package.json index 8b7d023..9c033ae 100644 --- a/examples/hono/package.json +++ b/examples/hono/package.json @@ -1,4 +1,5 @@ { + "name": "@hot-hook/hono-example", "private": true, "type": "module", "scripts": { diff --git a/examples/node_http_basic/package.json b/examples/node_http_basic/package.json index fecea05..af846c2 100644 --- a/examples/node_http_basic/package.json +++ b/examples/node_http_basic/package.json @@ -1,4 +1,5 @@ { + "name": "@hot-hook/node-http-example", "private": true, "type": "module", "scripts": {