diff --git a/package.json b/package.json index 1dd7f7f..ed70ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "persian_util", - "version": "1.0.42", + "version": "1.0.43", "description": "A repository for the Persian programmer community", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -21,6 +21,7 @@ "validation", "persian_validation", "persian", + "iran", "convertor", "parser", "util", diff --git a/src/index.ts b/src/index.ts index 57106b3..fc29292 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export * as types from './types'; * This statement exports all the named exports from the './error' module as named exports of the current module. * This allows for easy access to all the exports of the './error' module from other modules that import from this module. */ -export * as Error from './error'; +export * as Err from './error'; /** * This statement exports all the named exports from the './error/error' module. * @returns All named exports from the './error/error' module.