Skip to content

Commit 131f0f6

Browse files
committed
Rename Module
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent be2bc2d commit 131f0f6

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-compress",
3-
"version": "4.0.1",
2+
"name": "@fastify/compress",
3+
"version": "5.0.0",
44
"description": "Fastify compression utils",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -66,5 +66,8 @@
6666
},
6767
"tsd": {
6868
"directory": "test/types"
69+
},
70+
"publishConfig": {
71+
"access": "public"
6972
}
7073
}

0 commit comments

Comments
 (0)