singapore-nric
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "singapore-nric", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Generate & Validate Singapore NRIC (National Registration Identity Card) Numbers", | ||
@@ -11,3 +11,3 @@ "author": { | ||
"type": "module", | ||
"main": "src/index.js", | ||
"main": "src/nric.js", | ||
"scripts": { | ||
@@ -14,0 +14,0 @@ "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" |
@@ -5,3 +5,4 @@ # singapore-nric | ||
A [Singapore NRIC](https://en.wikipedia.org/wiki/National_Registration_Identity_Card) Validator & Generator class, by [Samuel Liew](https://github.com/samliew) | ||
A [Singapore NRIC](https://en.wikipedia.org/wiki/National_Registration_Identity_Card) Validator & Generator class, by [Samuel Liew](https://github.com/samliew)<br> | ||
This library supports the validation and generation of M-series NRIC numbers. | ||
@@ -86,2 +87,2 @@ Looking to do it manually instead? Use these tools on my website: [generate](https://samliew.com/nric-generator) or [validate](https://samliew.com/singapore-nric-validator). | ||
See [tests](https://github.com/samliew/singapore-nric/tree/master/tests). | ||
See [tests](https://github.com/samliew/singapore-nric/tree/master/tests). |
17860
87