@lion/validate
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.8...@lion/validate@0.2.9) (2019-06-20) | ||
### Bug Fixes | ||
* support en-PH locale for polymer-cli ([7643e64](https://github.com/ing-bank/lion/commit/7643e64)) | ||
## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.7...@lion/validate@0.2.8) (2019-06-18) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/validate", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Validate your form elements", | ||
@@ -43,3 +43,3 @@ "author": "ing-bank", | ||
}, | ||
"gitHead": "0463ec6494d6ee52b7b398c5d611a5e5bfd8cde4" | ||
"gitHead": "4a1c289ff57784e2e3c1c506ae3b7bd4480b61b5" | ||
} |
@@ -53,2 +53,3 @@ /* eslint-disable class-methods-use-this, camelcase, no-param-reassign */ | ||
return import('../translations/en-US.js'); | ||
case 'en-PH': | ||
case 'en': | ||
@@ -55,0 +56,0 @@ return import('../translations/en.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
150142
2776