Skip to content

Commit

Permalink
chore(index): update metadata name to reflect package name (#69)
Browse files Browse the repository at this point in the history
* chore(index): update metadata name to reflect package name

* Update package.json

Co-authored-by: Manuel Spigolon <[email protected]>
  • Loading branch information
Fdawgs and Eomm authored Aug 7, 2022
1 parent a2b69d5 commit a5a39fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ function buildConsumer (fastify, opts, next) {

module.exports = fp(fastifyKafka, {
fastify: '>=3',
name: 'fastify-kafka'
name: '@fastify/kafka'
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/fastify/fastify-kafka#readme",
"dependencies": {
"fastify-plugin": "^4.0.0",
"fastify-plugin": "^4.1.0",
"node-rdkafka": "^2.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit a5a39fa

Please sign in to comment.