Comparing version 0.2.12 to 0.3.0
@@ -292,3 +292,5 @@ var fs = require('fs'); | ||
var flags = Object.keys(this.flags); | ||
var flags = Object.keys(this.flags).filter(function (flag) { | ||
return !!this.flags[flag]; | ||
}, this); | ||
if (flags.length > 0) { | ||
@@ -295,0 +297,0 @@ lines.push('#, ' + flags.join(',')); |
{ | ||
"name": "pofile", | ||
"description": "Parse and serialize Gettext PO files.", | ||
"version": "0.2.12", | ||
"version": "0.3.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Ruben Vermeersch", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18235
322