Skip to content

Commit

Permalink
ship src in communication-chat and set linter to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger committed Jan 7, 2021
1 parent 28984d1 commit 0823b12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions sdk/communication/communication-chat/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": ["@azure/azure-sdk"],
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
"rules": {
// Removing `src` would be a breaking change so leaving it for the package owners to address
"@azure/azure-sdk/ts-package-json-files-required": "warn"
}
}
3 changes: 2 additions & 1 deletion sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"dist-esm/src/",
"types/",
"README.md",
"LICENSE"
"LICENSE",
"src"
],
"browser": {
"./dist-esm/src/signaling/signalingClient.js": "./dist-esm/src/signaling/signalingClient.browser.js"
Expand Down

0 comments on commit 0823b12

Please sign in to comment.