From 2565f67b9e5518011340ae4a6171d46ca6a3fb75 Mon Sep 17 00:00:00 2001 From: Shariar Shaikot Date: Wed, 23 Jun 2021 15:56:39 +0200 Subject: [PATCH] chore(): added ts support --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7eb9ec2..c9f437d 100644 --- a/package.json +++ b/package.json @@ -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",