Skip to content

Commit e90f6b9

Browse files
authored
Merge pull request #143 from fastify/rename-module
Rename module
2 parents 0b952d2 + 3585973 commit e90f6b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "fastify-redis",
3-
"version": "4.3.3",
2+
"name": "@fastify/redis",
3+
"version": "5.0.0",
44
"description": "Plugin to share a common Redis connection across Fastify.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -48,5 +48,8 @@
4848
},
4949
"tsd": {
5050
"directory": "test/types"
51+
},
52+
"publishConfig": {
53+
"access": "public"
5154
}
5255
}

0 commit comments

Comments
 (0)