Skip to content

Commit add43e4

Browse files
trivikrsrchase
authored andcommitted
feat: publish files in dist-* only (smithy-lang#444)
1 parent 6dafb63 commit add43e4

File tree

1 file changed

+2
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
"<4.0": {
3737
"dist-types/*": ["dist-types/ts3.4/*"]
3838
}
39-
}
39+
},
40+
"files": ["dist-*"]
4041
}

0 commit comments

Comments
 (0)