Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "srt-to-vtt", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Transform stream that converts srt files to vtt files (html5 video subtitles)", | ||
@@ -12,2 +12,5 @@ "main": "index.js", | ||
}, | ||
"browser": { | ||
"to-utf-8": "through2" | ||
}, | ||
"dependencies": { | ||
@@ -14,0 +17,0 @@ "duplexify": "^3.2.0", |
Sorry, the diff of this file is not supported yet
6453
8