Skip to content

Commit d98488a

Browse files
committed
Rename Module
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent 7f89afb commit d98488a

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-websocket",
3-
"version": "4.2.2",
2+
"name": "@fastify/websocket",
3+
"version": "5.0.0",
44
"description": "basic websocket support for fastify",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -41,5 +41,8 @@
4141
"dependencies": {
4242
"fastify-plugin": "^3.0.0",
4343
"ws": "^8.0.0"
44+
},
45+
"publishConfig": {
46+
"access": "public"
4447
}
4548
}

0 commit comments

Comments
 (0)