fix lint
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-05-12 20:55:15 +02:00
parent 44d7a9bfdd
commit bb862c0053
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 3 additions and 3 deletions

1
mod.ts
View File

@ -25,7 +25,6 @@ export default function srt2webvtt(data: string): string {
}
/**
*
* @param {string} caption SRT section for parsing
* @returns {string} translated VTT section
*/

View File

@ -14,7 +14,8 @@ await build({
// package.json properties
name: "srt-to-vtt",
version: Deno.args[0],
description: "A library that converts SRT files to VTT equivalents so they can be broadcast on the Internet.",
description:
"A library that converts SRT files to VTT equivalents so they can be broadcast on the Internet.",
license: "MIT",
repository: {
type: "git",
@ -28,4 +29,4 @@ await build({
// post build steps
Deno.copyFileSync("LICENSE", "npm/LICENSE");
Deno.copyFileSync("README.md", "npm/README.md");
Deno.copyFileSync("README.md", "npm/README.md");