Skip to content

Commit d14c185

Browse files
authored
Rename Module (#110)
This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 .
1 parent 4d7cf8f commit d14c185

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,5 +1,5 @@
11
{
2-
"name": "aws-lambda-fastify",
2+
"name": "@fastify/aws-lambda",
33
"description": "Inspired by aws-serverless-express to work with Fastify with inject functionality.",
44
"keywords": [
55
"aws",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/fastify/aws-lambda-fastify/issues"
2727
},
2828
"license": "MIT",
29-
"version": "2.1.6",
29+
"version": "3.0.0",
3030
"main": "index.js",
3131
"scripts": {
3232
"lint": "eslint .",
@@ -55,5 +55,8 @@
5555
"aws-serverless-fastify": {
5656
"fastify": "^4.0.0-rc.3"
5757
}
58+
},
59+
"publishConfig": {
60+
"access": "public"
5861
}
5962
}

0 commit comments

Comments
 (0)