frontello-datas-format
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -42,3 +42,3 @@ "use strict"; | ||
{ | ||
if (!/^GI[0-9]{6}$/.test(this.pce)) { | ||
if (/^GI[0-9]{6}$/.test(this.pce)) { | ||
return true; | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "frontello-datas-format", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "UI format", | ||
@@ -5,0 +5,0 @@ "main": "format.js", |
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
12206