Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 7127434

Browse files
chore(lambda-at-edge): doh it was access public
1 parent 35a61fb commit 7127434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lambda-at-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sls-next/lambda-at-edge",
33
"publishConfig": {
4-
"access": "restricted"
4+
"access": "public"
55
},
66
"version": "1.1.0-alpha.1",
77
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",

0 commit comments

Comments
 (0)