Skip to content

Commit

Permalink
Rename Module (#107)
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 authored Apr 27, 2022
1 parent 0f1e72b commit 6979b61
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-formbody",
"version": "5.2.0",
"name": "@fastify/formbody",
"version": "6.0.0",
"description": "A module for Fastify to parse x-www-form-urlencoded bodies",
"main": "formbody.js",
"scripts": {
Expand Down Expand Up @@ -45,5 +45,8 @@
"dependencies": {
"fastify-plugin": "^3.0.0"
},
"types": "formbody.d.ts"
"types": "formbody.d.ts",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 6979b61

Please sign in to comment.