Skip to content

Commit

Permalink
Removing Git modules
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Dec 11, 2024
1 parent accc0f8 commit f485f02
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test/node_modules/
node_modules/
12 changes: 0 additions & 12 deletions .gitmodules

This file was deleted.

45 changes: 45 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "AWS VPC using two or three availability zones with public and private subnets, VPC endpoints for DynamoDB and S3, Flow Logs, and NAT gateways.",
"author": "Michael Wittig <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@cfn-modules/vpc-flow-log": "1.1.0",
"@cfn-modules/vpc-nat-gateway": "1.1.2",
"@cfn-modules/vpc-plain": "1.0.0",
"@cfn-modules/vpc-subnet": "1.0.0"
},
"bundledDependencies": [
"@cfn-modules/vpc-flow-log",
"@cfn-modules/vpc-nat-gateway",
Expand Down

0 comments on commit f485f02

Please sign in to comment.