Skip to content

Commit

Permalink
Merge pull request #400 from aligent/hotfix/fixing-static-hosting-dep…
Browse files Browse the repository at this point in the history
…endencies

Update main file and include dependencies
  • Loading branch information
TheOrangePuff authored Jul 27, 2022
2 parents 045b31d + 35df94b commit 95311cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/static-hosting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aligent/cdk-static-hosting",
"version": "0.1.5",
"main": "index.ts",
"main": "index.js",
"license": "GPL-3.0-only",
"homepage": "https://github.com/aligent/aws-cdk-static-hosting-stack#readme",
"repository": {
Expand All @@ -15,7 +15,6 @@
},
"devDependencies": {
"@aws-cdk/assert": "^1.111.0",
"@aws-cdk/aws-route53-targets": "1.111.0",
"@types/jest": "^26.0.21",
"@types/node": "^10.17.60",
"jest": "^26.4.2",
Expand All @@ -27,6 +26,7 @@
"@aws-cdk/aws-cloudfront": "1.111.0",
"@aws-cdk/aws-lambda": "1.111.0",
"@aws-cdk/aws-lambda-nodejs": "1.111.0",
"@aws-cdk/aws-route53-targets": "1.111.0",
"@aws-cdk/core": "1.111.0",
"aws-cdk": "1.111.0",
"esbuild": "0.12.15",
Expand All @@ -36,6 +36,7 @@
"@aws-cdk/aws-cloudfront": "1.111.0",
"@aws-cdk/aws-lambda": "1.111.0",
"@aws-cdk/aws-lambda-nodejs": "1.111.0",
"@aws-cdk/aws-route53-targets": "1.111.0",
"@aws-cdk/core": "1.111.0",
"aws-cdk": "1.111.0",
"esbuild": "0.12.15"
Expand Down

0 comments on commit 95311cd

Please sign in to comment.