From 1c38a5981535dc47995f27dca666458205728636 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 27 Apr 2022 08:57:17 -0400 Subject: [PATCH] Rename Module This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 . --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a3b29b..ea0093e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-hotwire", - "version": "0.2.0", + "name": "@fastify/hotwire", + "version": "1.0.0", "description": "Use the Hotwire pattern with Fastify", "main": "index.js", "types": "index.d.ts", @@ -44,5 +44,8 @@ "svelte": "^3.44.0", "tap": "^16.0.0", "tsd": "^0.20.0" + }, + "publishConfig": { + "access": "public" } }