Skip to content

Commit

Permalink
Merge pull request #522 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 f2280da + b4b9610 commit 66db503
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-nextjs",
"version": "7.2.0",
"name": "@fastify/nextjs",
"version": "8.0.0",
"description": "React server side rendering support for Fastify with Next",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -62,5 +62,8 @@
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.20.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 66db503

Please sign in to comment.