mirror of
https://github.com/zoriya/srt-webvtt.git
synced 2026-06-05 10:29:13 +00:00
chore(): added ts support
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user