Skip to content

Commit efb9cd2

Browse files
committed
fix(TS) Include the type declaration files.
1 parent 28a1037 commit efb9cd2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './avatar/index.js';
22
export * from './browser-detection/index.js';
33
export * from './jitsi-local-storage/index.js';
4+
export * from './json.ts';

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@
3737
"type": "module",
3838
"main": "./index.js",
3939
"files": [
40-
"dist/index.d.ts"
40+
"index.js",
41+
"avatar/",
42+
"browser-detection/",
43+
"dist/",
44+
"jitsi-local-storage/",
45+
"random/",
46+
"transport/",
47+
"uri/"
4148
],
4249
"license": "Apache-2.0"
4350
}

0 commit comments

Comments
 (0)