diff --git a/package.json b/package.json index 1c75b0c..e149440 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -39,5 +39,8 @@ }, "engines": { "node": ">=10.0.0" + }, + "publishConfig": { + "access": "public" } }