Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
44d7a9bfdd
commit
bb862c0053
2 changed files with 3 additions and 3 deletions
1
mod.ts
1
mod.ts
|
@ -25,7 +25,6 @@ export default function srt2webvtt(data: string): string {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {string} caption SRT section for parsing
|
||||
* @returns {string} translated VTT section
|
||||
*/
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue