ass-stringify
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,3 +14,3 @@ 'use strict'; | ||
properties: function (properties, format) { | ||
return properties.key + ': ' + pickValues(properties.value, format).join(', '); | ||
return properties.key + ': ' + pickValues(properties.value, format).join(','); | ||
}, | ||
@@ -17,0 +17,0 @@ raw: function (raw) { |
{ | ||
"name": "ass-stringify", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Stringify ass-parser parse tree to plain SSA/ASS subtitle format", | ||
@@ -5,0 +5,0 @@ "author": "Eugene Sharygin <eush77@gmail.com>", |
@@ -25,2 +25,6 @@ [![npm](https://nodei.co/npm/ass-stringify.png)](https://nodei.co/npm/ass-stringify/) | ||
## Related | ||
- [ass-parser](https://www.npmjs.com/packages/ass-parser) - SSA/ASS parser. | ||
## Install | ||
@@ -27,0 +31,0 @@ |
3912
38