Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "pofile", | ||
"description": "Parse and serialize Gettext PO files.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": { | ||
@@ -40,3 +40,4 @@ "name": "Ruben Vermeersch", | ||
"browserify": "~14.0.0", | ||
"grunt": "~1.0.1", | ||
"coffeescript": "^2.6.1", | ||
"grunt": "~1.3.0", | ||
"grunt-browserify": "~5.0.0", | ||
@@ -43,0 +44,0 @@ "grunt-bump": "0.8.0", |
@@ -24,4 +24,4 @@ declare interface IHeaders { | ||
public flags: Record<string, boolean | undefined>; | ||
public obsolete: boolean; | ||
private nplurals: number; | ||
private obsolete: boolean; | ||
@@ -28,0 +28,0 @@ public toString(): string; |
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
22459
11