From 43032077a0978f8ab494490622bcb568a3888a2f Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 27 Apr 2022 09:06:53 -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 3c13294..ba64c90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-routes", - "version": "3.1.0", + "name": "@fastify/routes", + "version": "4.0.0", "description": "A plugin for Fastify that provides a map of routes", "main": "plugin.js", "types": "plugin.d.ts", @@ -42,5 +42,8 @@ }, "tsd": { "directory": "test/types" + }, + "publishConfig": { + "access": "public" } }