Skip to content

Commit

Permalink
chore(docs): remove common (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: DominicGBauer <[email protected]>
  • Loading branch information
DominicGBauer and DominicGBauer authored Jun 4, 2024
1 parent 1ddf356 commit 8764762
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/utils/packageMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ enum Packages {
ReactNativeSdk = 'react-native-sdk',
ReactSdk = 'react-sdk',
VueSdk = 'vue-sdk',
CommonSdk = 'common-sdk',
AttachmentsSdk = 'attachments-sdk',
WebSdk = 'web-sdk'
}
Expand Down Expand Up @@ -43,13 +42,6 @@ export const packageMap: PackageMap = {
tsconfig: '../packages/vue/tsconfig.json',
id: Packages.VueSdk
},
[Packages.CommonSdk]: {
name: 'Common SDK',
dirName: Packages.CommonSdk,
entryPoints: ['../packages/common/src/index.ts'],
tsconfig: '../packages/common/tsconfig.json',
id: Packages.CommonSdk
},
[Packages.AttachmentsSdk]: {
name: 'Attachments SDK',
dirName: Packages.AttachmentsSdk,
Expand Down

0 comments on commit 8764762

Please sign in to comment.