Skip to content

Commit c733741

Browse files
authored
chore(index): update metadata name to reflect package name (#153)
1 parent 83459ff commit c733741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const oauthPlugin = fp(function (fastify, options, next) {
148148
next()
149149
}, {
150150
fastify: '>=3.x',
151-
name: 'fastify-oauth2'
151+
name: '@fastify/oauth2'
152152
})
153153

154154
oauthPlugin.APPLE_CONFIGURATION = {

0 commit comments

Comments
 (0)