chore(): added ts support

This commit is contained in:
Shariar Shaikot
2021-06-23 15:56:39 +02:00
parent 016a1f9287
commit 2565f67b9e
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "Convert SRT format subtitle to WebVTT on the fly over HTML5 environment",
"main": "lib/index.js",
"files": [
"lib/index.js"
"lib/index.js",
"lib/index.d.ts"
],
"scripts": {
"test": "./node_modules/.bin/eslint ./index.js",