Skip to content

Commit

Permalink
Merge pull request #286 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 fe77466 + 6441246 commit 1c4f933
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-static",
"version": "4.6.1",
"name": "@fastify/static",
"version": "5.0.0",
"description": "Plugin for serving static files as fast as possible.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -64,5 +64,8 @@
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error"
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1c4f933

Please sign in to comment.