Skip to content

Commit

Permalink
Merge pull request #68 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 cf2958a + ee54c31 commit 4357aaa
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 4357aaa

Please sign in to comment.