Skip to content

Commit a20e675

Browse files
authored
Merge pull request #147 from fastify/rename-module
Rename module
2 parents cef01b5 + 632164f commit a20e675

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-oauth2",
3-
"version": "4.5.0",
2+
"name": "@fastify/oauth2",
3+
"version": "5.0.0",
44
"description": "Perform login using oauth2 protocol",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -42,5 +42,8 @@
4242
},
4343
"tsd": {
4444
"directory": "test/types"
45+
},
46+
"publishConfig": {
47+
"access": "public"
4548
}
4649
}

0 commit comments

Comments
 (0)