diff --git a/package.json b/package.json index f985ec6..4eddd51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-kafka", - "version": "0.2.0", + "name": "@fastify/kafka", + "version": "1.0.0", "description": "Fastify plugin to interact with Apache Kafka.", "main": "index.js", "types": "index.d.ts", @@ -43,5 +43,8 @@ }, "tsd": { "directory": "test" + }, + "publishConfig": { + "access": "public" } }