Skip to content

Commit b02b111

Browse files
authored
Rename Module (#99)
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent cac5f79 commit b02b111

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-caching",
3-
"version": "6.2.0",
2+
"name": "@fastify/caching",
3+
"version": "7.0.0",
44
"description": "A plugin for Fastify to enable management of cache control headers",
55
"main": "plugin.js",
66
"types": "plugin.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)