Skip to content

Commit

Permalink
Merge pull request #62 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 477a3bd + 4303207 commit 41c8da7
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-routes",
"version": "3.1.0",
"name": "@fastify/routes",
"version": "4.0.0",
"description": "A plugin for Fastify that provides a map of routes",
"main": "plugin.js",
"types": "plugin.d.ts",
Expand Down Expand Up @@ -42,5 +42,8 @@
},
"tsd": {
"directory": "test/types"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 41c8da7

Please sign in to comment.