Skip to content

Commit 8764762

Browse files
DominicGBauerDominicGBauer
and
DominicGBauer
authored
chore(docs): remove common (#198)
Co-authored-by: DominicGBauer <[email protected]>
1 parent 1ddf356 commit 8764762

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/utils/packageMap.ts

-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ enum Packages {
44
ReactNativeSdk = 'react-native-sdk',
55
ReactSdk = 'react-sdk',
66
VueSdk = 'vue-sdk',
7-
CommonSdk = 'common-sdk',
87
AttachmentsSdk = 'attachments-sdk',
98
WebSdk = 'web-sdk'
109
}
@@ -43,13 +42,6 @@ export const packageMap: PackageMap = {
4342
tsconfig: '../packages/vue/tsconfig.json',
4443
id: Packages.VueSdk
4544
},
46-
[Packages.CommonSdk]: {
47-
name: 'Common SDK',
48-
dirName: Packages.CommonSdk,
49-
entryPoints: ['../packages/common/src/index.ts'],
50-
tsconfig: '../packages/common/tsconfig.json',
51-
id: Packages.CommonSdk
52-
},
5345
[Packages.AttachmentsSdk]: {
5446
name: 'Attachments SDK',
5547
dirName: Packages.AttachmentsSdk,

0 commit comments

Comments
 (0)