Skip to content

Commit 87121e4

Browse files
authored
Merge pull request #72 from fastify/rename-module
Rename module
2 parents 00de717 + e4c2ccb commit 87121e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "fastify-error",
3-
"version": "1.1.0",
2+
"name": "@fastify/error",
3+
"version": "2.0.0",
44
"description": "A small utility, used by Fastify itself, for generating consistent error objects across your codebase and plugins.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -34,5 +34,8 @@
3434
"compilerOptions": {
3535
"esModuleInterop": true
3636
}
37+
},
38+
"publishConfig": {
39+
"access": "public"
3740
}
3841
}

0 commit comments

Comments
 (0)