Skip to content

Commit

Permalink
Merge pull request #220 from fastify/rename-module
Browse files Browse the repository at this point in the history
Rename module
  • Loading branch information
jsumners authored Apr 27, 2022
2 parents d1c8fef + 035f4a6 commit c5f25d1
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-jwt",
"version": "4.1.3",
"name": "@fastify/jwt",
"version": "5.0.0",
"description": "JWT utils for Fastify",
"main": "jwt.js",
"types": "jwt.d.ts",
Expand Down Expand Up @@ -52,5 +52,8 @@
},
"tsd": {
"directory": "test/types"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit c5f25d1

Please sign in to comment.