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

Commit 7577620

Browse files
chore(lambda-at-edge): add access restricted
1 parent 007d27a commit 7577620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/lambda-at-edge/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@sls-next/lambda-at-edge",
3+
"publishConfig": {
4+
"access": "restricted"
5+
},
36
"version": "1.1.0-alpha.0",
47
"description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge",
58
"main": "dist/index.js",

0 commit comments

Comments
 (0)