Skip to content

Commit

Permalink
Merge pull request #183 from mohammadrezahayati/dev
Browse files Browse the repository at this point in the history
some keyword added in package.json & Error importing name change to Err
  • Loading branch information
mohammadrezahayati committed Jun 16, 2023
2 parents 9834a61 + e3103aa commit 647888e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,6 +21,7 @@
"validation",
"persian_validation",
"persian",
"iran",
"convertor",
"parser",
"util",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 647888e

Please sign in to comment.