Skip to content

Commit

Permalink
chore(docs): remove common
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Jun 4, 2024
1 parent 6e66e1e commit 922aae9
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 922aae9

Please sign in to comment.