From 20097a5b0b77092f766fadbf15921f80f8147c07 Mon Sep 17 00:00:00 2001 From: William Czubakowski Date: Fri, 16 Feb 2024 11:18:34 -0800 Subject: [PATCH] fix: type --- .projenrc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.projenrc.ts b/.projenrc.ts index 4040f9e..3764d38 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -56,7 +56,7 @@ const project = new awscdk.AwsCdkConstructLibrary({ }, githubOptions: { mergify: false, - } + }, // deps: [], /* Runtime dependencies of this module. */ // description: undefined, /* The description is just a string that helps people understand the purpose of the package. */