Skip to content

Commit d844a76

Browse files
committed
1.1.16
1 parent e0d5a4b commit d844a76

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/cloudfront-hosting-toolkit",
3-
"version": "1.1.15",
3+
"version": "1.1.16",
44
"description": "CloudFront Hosting Toolkit offers the convenience of a managed frontend hosting service while retaining full control over the hosting and deployment infrastructure to make it your own.",
55
"license": "Apache-2.0",
66
"bin": {
@@ -34,11 +34,10 @@
3434
"audit": "npm audit && cdk synth | cfn_nag",
3535
"cloudfront-hosting-toolkit": "node bin/cli/index.js",
3636
"test": "jest --coverage",
37-
"zipfile": "node scripts/createDummyZip.js",
37+
"zipfile": "node scripts/createDummyZip.js",
3838
"postinstall": "cd lambda/layers/aws_sdk/nodejs && npm install && cd ../../../.. && npm run zipfile",
3939
"postversion": "git push && git push --tags"
4040
},
41-
4241
"devDependencies": {
4342
"@types/archiver": "5.3.2",
4443
"@types/aws-lambda": "^8.10.133",

0 commit comments

Comments
 (0)