From 4d1a4807a540101f5b8f0523d406daacd9cbbda6 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Tue, 9 Apr 2024 23:03:31 +0200 Subject: [PATCH] chore: add missing name on example packages --- examples/fastify/package.json | 1 + examples/hono/package.json | 1 + examples/node_http_basic/package.json | 1 + 3 files changed, 3 insertions(+) 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": {