From 1ea71f18943528f210b71a9426ae1e06aae9624c Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:40:18 +0000 Subject: [PATCH] chore: publish files in dist-* only --- .../amazon/smithy/typescript/codegen/base-package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json index 405f05696a4..bdcc8d1f949 100644 --- a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json +++ b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json @@ -36,5 +36,6 @@ "<4.0": { "dist-types/*": ["dist-types/ts3.4/*"] } - } + }, + "files": ["dist-*"] }