Skip to content

Commit ad23357

Browse files
committed
default d.ts now rely on minimal type, ugly but works
1 parent e82f6e3 commit ad23357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ npm run build:modular
4444
echo "creating types for legacy code bases..."
4545
rm -f dist/rx-player.d.ts rx-player.min.d.ts
4646
echo "${copyright_text}
47-
import RxPlayer from \"./_esm5.processed/index\";
47+
import RxPlayer from \"./_esm5.processed/minimal\";
4848
export default RxPlayer;" | tee dist/rx-player.d.ts dist/rx-player.min.d.ts > /dev/null

0 commit comments

Comments
 (0)