cldr-data-downloader
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -32,2 +32,3 @@ module.exports = function(grunt) { | ||
options: { | ||
committish: "0b0ab50702b7bca7ae5e084b1b8732a39582d2b4..HEAD", | ||
exceptionalAuthors: { | ||
@@ -34,0 +35,0 @@ "rxaviers@gmail.com": "Rafael Xavier de Souza" |
@@ -74,3 +74,3 @@ /** | ||
var filterRe = options.filterRe; | ||
if (typeof filterRe === 'string') { | ||
if (typeof filterRe === "string") { | ||
filterRe = new RegExp(filterRe); | ||
@@ -77,0 +77,0 @@ } |
@@ -20,3 +20,3 @@ /** | ||
} catch (error) { | ||
if (error.name === "AssertionError") { | ||
if (error instanceof assert.AssertionError) { | ||
return false; | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "cldr-data-downloader", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"keywords": [ | ||
@@ -49,3 +49,3 @@ "unicode", | ||
"grunt": "0.4.x", | ||
"grunt-contrib-jshint": "0.10.x", | ||
"grunt-contrib-jshint": "0.12.x", | ||
"grunt-dco": "0.0.3", | ||
@@ -52,0 +52,0 @@ "matchdep": "*" |
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
20338
502