Skip to content

Commit 09fea8f

Browse files
committed
chore: add private modifier to non utilities
1 parent 38f64b1 commit 09fea8f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Diff for: examples/cdk/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
77
},
8-
"publishConfig": {
9-
"access": "restricted"
10-
},
8+
"private": true,
119
"description": "This project contains source code and supporting files for a serverless application that you can deploy with CDK.",
1210
"license": "MIT-0",
1311
"bin": {

Diff for: examples/sam/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
77
},
8-
"publishConfig": {
9-
"access": "restricted"
10-
},
8+
"private": true,
119
"description": "This project contains source code and supporting files for a serverless application that you can deploy with the [SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html). The Serverless Application Model Command Line Interface (SAM CLI) is an extension of the AWS CLI that adds functionality for building and testing Lambda applications. It uses Docker to run your functions in an Amazon Linux environment that matches Lambda. It can also emulate your application's build environment and API.",
1210
"license": "MIT-0",
1311
"scripts": {

Diff for: layers/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"bin": {
55
"layer": "bin/layers.js"
66
},
7-
"publishConfig": {
8-
"access": "restricted"
9-
},
7+
"private": true,
108
"description": "This CDK app is meant to be used to publish Powertools for TypeScript Lambda Layer. It is composed of a single stack deploying the Layer into the target account.",
119
"scripts": {
1210
"build": "tsc",

0 commit comments

Comments
 (0)