Skip to content

Commit

Permalink
Merge pull request #105 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 6b57814 + 4cbffd0 commit c2bdc5b
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-sensible",
"version": "3.1.2",
"name": "@fastify/sensible",
"version": "4.0.0",
"description": "Defaults for Fastify that everyone can agree on",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,5 +39,8 @@
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit c2bdc5b

Please sign in to comment.