Skip to content

Commit d504c9f

Browse files
committed
Rename Module
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent 6cf05c3 commit d504c9f

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-basic-auth",
3-
"version": "2.2.0",
2+
"name": "@fastify/basic-auth",
3+
"version": "3.0.0",
44
"description": "Fastify basic auth plugin",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -39,5 +39,8 @@
3939
},
4040
"engines": {
4141
"node": ">=10.0.0"
42+
},
43+
"publishConfig": {
44+
"access": "public"
4245
}
4346
}

0 commit comments

Comments
 (0)