We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8a425 commit 0427f7eCopy full SHA for 0427f7e
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "aws-lambda-nodejs-esbuild",
3
+ "description": "λ💨 AWS CDK Construct to bundle JavaScript and TypeScript AWS lambdas using extremely fast esbuild",
4
"version": "0.0.0-development",
5
"license": "MIT",
6
"author": "Victor Korzunin <ifloydrose@gmail.com>",
@@ -66,5 +67,8 @@
66
67
"peerDependencies": {
68
"@aws-cdk/aws-lambda": "^1.0.0",
69
"@aws-cdk/core": "^1.0.0"
70
+ },
71
+ "publishConfig": {
72
+ "access": "public"
73
}
74
0 commit comments