Skip to content

Commit

Permalink
Rename Module
Browse files Browse the repository at this point in the history
This commit renames the module in accordance with the discussion in
fastify/fastify/issues/3733 .
  • Loading branch information
jsumners committed Apr 27, 2022
1 parent ea644c7 commit 843a9d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-bearer-auth",
"version": "6.2.0",
"name": "@fastify/bearer-auth",
"version": "7.0.0",
"description": "An authentication plugin for Fastify",
"main": "plugin.js",
"types": "plugin.d.ts",
Expand Down Expand Up @@ -46,5 +46,8 @@
"compilerOptions": {
"esModuleInterop": true
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 843a9d0

Please sign in to comment.