Skip to content

Commit

Permalink
Merge 60a029a into 4767945
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Apr 27, 2022
2 parents 4767945 + 60a029a commit ade2c3a
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-accepts",
"version": "2.2.0",
"name": "@fastify/accepts",
"version": "3.0.0",
"description": "Add accept parser to fastify",
"main": "index.js",
"devDependencies": {
Expand Down Expand Up @@ -38,5 +38,8 @@
"bugs": {
"url": "https://github.com/fastify/fastify-accepts/issues"
},
"homepage": "https://github.com/fastify/fastify-accepts#readme"
"homepage": "https://github.com/fastify/fastify-accepts#readme",
"publishConfig": {
"access": "public"
}
}

0 comments on commit ade2c3a

Please sign in to comment.