Skip to content

Commit 5e3d88a

Browse files
authored
Merge pull request #128 from fastify/rename-module
Rename module
2 parents 19aabe9 + 59795cf commit 5e3d88a

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)