Skip to content

Commit

Permalink
Remove mod.ts, update comments and increment package version
Browse files Browse the repository at this point in the history
This commit removes the unnecessary 'mod.ts' file from 'src/read'. It also updates comment documentation in 'src/read/index.ts' to clarify type usage in big numbers. Additionally, the package version in 'deno.json' is incremented to reflect these changes.
  • Loading branch information
hckhanh committed Feb 26, 2024
1 parent e9caeb7 commit 8d38a21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hckhanh/vn-number",
"version": "1.1.0",
"version": "1.1.1",
"exports": "./src/index.ts",
"exclude": [
".github/",
Expand Down
2 changes: 1 addition & 1 deletion src/read/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import NumberReader from './NumberReader.ts'
*
* - Zero dependencies
* - Edge runtime built-in support
* - Unlimited value (use {@link string} for big number)
* - Unlimited value (use {@link string} for number bigger than {@link BigInt})
*
* @example
* ```ts
Expand Down
19 changes: 0 additions & 19 deletions src/read/mod.ts

This file was deleted.

0 comments on commit 8d38a21

Please sign in to comment.