Skip to content

Commit

Permalink
Merge pull request #78 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 5f637e5 + 7c54960 commit 25ab985
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-express",
"version": "0.3.3",
"name": "@fastify/express",
"version": "1.0.0",
"description": "Express compatibility layer for Fastify",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -47,5 +47,8 @@
},
"tsd": {
"directory": "test/types"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 25ab985

Please sign in to comment.