Skip to content

Commit

Permalink
Rename Module
Browse files Browse the repository at this point in the history
This commit renames the module in accordance with the discussion in
fastify/fastify/issues/3733 .
  • Loading branch information
jsumners committed Apr 27, 2022
1 parent cf2958a commit ee54c31
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-zipkin",
"version": "2.0.0",
"name": "@fastify/zipkin",
"version": "3.0.0",
"description": "Fastify plugin for Zipkin distributed tracing system.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,5 +37,8 @@
"bugs": {
"url": "https://github.com/fastify/fastify-zipkin/issues"
},
"homepage": "https://github.com/fastify/fastify-zipkin#readme"
}
"homepage": "https://github.com/fastify/fastify-zipkin#readme",
"publishConfig": {
"access": "public"
}
}

0 comments on commit ee54c31

Please sign in to comment.