Skip to content

Commit 62d8925

Browse files
committed
Rename Module
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent 70d8da8 commit 62d8925

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-http-proxy",
3-
"version": "6.2.2",
2+
"name": "@fastify/http-proxy",
3+
"version": "7.0.0",
44
"description": "proxy http requests, for Fastify",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -56,5 +56,8 @@
5656
},
5757
"tsd": {
5858
"directory": "test/types"
59+
},
60+
"publishConfig": {
61+
"access": "public"
5962
}
6063
}

0 commit comments

Comments
 (0)