From 59795cfd958b884d96aedfb739cf365c240518b0 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 27 Apr 2022 09:03:29 -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 cd0ae6d..58d2760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-postgres", - "version": "3.6.0", + "name": "@fastify/postgres", + "version": "4.0.0", "description": "Fastify PostgreSQL connection plugin", "main": "index.js", "types": "index.d.ts", @@ -52,5 +52,8 @@ }, "tsd": { "directory": "test/types" + }, + "publishConfig": { + "access": "public" } }