Skip to content

Commit 24a715e

Browse files
authored
Merge pull request #1 from identique/fix/lithuanian-year-parsing-and-coverage
fix(validation): correct Lithuanian century digit mapping and improve…
2 parents aeaf7db + be65da8 commit 24a715e

File tree

4 files changed

+424
-6
lines changed

4 files changed

+424
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "idnumbers",
33
"version": "1.0.0",
4-
"description": "A TypeScript library for verifying and parsing national ID numbers - supports 103 countries across 6 continents including USA, UK, France, Germany, Japan, China, India, Brazil, and many more",
4+
"description": "A TypeScript library for verifying and parsing national ID numbers - supports 80 countries across 6 continents including USA, UK, France, Germany, Japan, China, India, Brazil, and many more",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)