Skip to content

Commit 9fd1077

Browse files
committed
fix entry point
1 parent 1c6e539 commit 9fd1077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "do-validator",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "This package offers a simple and efficient way to validate Dominican Republic ID numbers. Perfect for developers who need to ensure the validity of identity documents in their applications. It checks the format and integrity of the ID number according to official rules.",
5-
"main": "dist/index.ts",
5+
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",

0 commit comments

Comments
 (0)