Skip to content

Commit

Permalink
Merge pull request #72 from fastify/rename-module
Browse files Browse the repository at this point in the history
Rename module
  • Loading branch information
jsumners committed Apr 27, 2022
2 parents 00de717 + e4c2ccb commit 87121e4
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-error",
"version": "1.1.0",
"name": "@fastify/error",
"version": "2.0.0",
"description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -34,5 +34,8 @@
"compilerOptions": {
"esModuleInterop": true
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 87121e4

Please sign in to comment.