Skip to content

Commit

Permalink
fix(react-list-preview): update package setup to be compliant with ou…
Browse files Browse the repository at this point in the history
…r standards (#29792)

* fix(react-list-preview): udpate files declaration to be compliant with patterns we use to ship to npm

* chore: add missing codeowner
  • Loading branch information
Hotell authored Nov 8, 2023
1 parent f729663 commit 5709bde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions packages/react-components/react-list-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5709bde

Please sign in to comment.