Skip to content

Commit

Permalink
Merge branch 'main' into awsgh-27829
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 7, 2023
2 parents a950ec6 + 4bd3b05 commit 33f3161
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 162 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ infrastructure definition and share it without worrying about boilerplate logic.
The CDK is available in the following languages:

* JavaScript, TypeScript ([Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/))
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)
* Python ([Python ≥ 3.6](https://www.python.org/downloads/))
* Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi))
* .NET ([.NET ≥ 6.0](https://dotnet.microsoft.com/download))
Expand Down Expand Up @@ -79,7 +79,7 @@ For a detailed walkthrough, see the [tutorial](https://docs.aws.amazon.com/cdk/l

### At a glance

Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/)). We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/)). We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)

```sh
npm i -g aws-cdk
Expand Down
3 changes: 0 additions & 3 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"cdk-package": {
"pre": [
"/bin/bash ./scripts/minify-sources.sh"
],
"post": [
"ts-node ./scripts/verify-stripped-exp.ts"
]
},
"pkglint": {
Expand Down
157 changes: 0 additions & 157 deletions packages/aws-cdk-lib/scripts/verify-stripped-exp.ts

This file was deleted.

0 comments on commit 33f3161

Please sign in to comment.