Skip to content

Commit 59795cf

Browse files
committed
Rename Module
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent 19aabe9 commit 59795cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "fastify-postgres",
3-
"version": "3.6.0",
2+
"name": "@fastify/postgres",
3+
"version": "4.0.0",
44
"description": "Fastify PostgreSQL connection plugin",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -52,5 +52,8 @@
5252
},
5353
"tsd": {
5454
"directory": "test/types"
55+
},
56+
"publishConfig": {
57+
"access": "public"
5558
}
5659
}

0 commit comments

Comments
 (0)