Skip to content

Commit 714444c

Browse files
authored
Merge pull request #84 from fastify/rename-module
Rename module
2 parents 6cf05c3 + d504c9f commit 714444c

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)