From 5709bde9b3dddfba05e07dd1ef0d53d743cd7a18 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 8 Nov 2023 18:27:56 +0100 Subject: [PATCH] fix(react-list-preview): update package setup to be compliant with our standards (#29792) * fix(react-list-preview): udpate files declaration to be compliant with patterns we use to ship to npm * chore: add missing codeowner --- .github/CODEOWNERS | 1 + packages/react-components/react-list-preview/package.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fc6e13610296a1..ef96a9c6ffa7ee 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -250,6 +250,7 @@ packages/react-components/react-rating-preview @microsoft/cxe-red @tomi-msft packages/react-components/react-swatch-picker-preview @microsoft/cxe-prg packages/react-components/react-calendar-compat @microsoft/cxe-red @sopranopillow packages/react-components/react-infolabel @microsoft/cxe-red @sopranopillow +packages/react-components/react-list-preview @microsoft/teams-prg # <%= NX-CODEOWNER-PLACEHOLDER %> ## Components diff --git a/packages/react-components/react-list-preview/package.json b/packages/react-components/react-list-preview/package.json index 7a622eb0723490..4e87fd807e46e2 100644 --- a/packages/react-components/react-list-preview/package.json +++ b/packages/react-components/react-list-preview/package.json @@ -8,9 +8,10 @@ "typings": "./dist/index.d.ts", "sideEffects": false, "files": [ + "*.md", + "dist/*.d.ts", "lib", - "lib-commonjs", - "dist/*.d.ts" + "lib-commonjs" ], "repository": { "type": "git",