Skip to content

Commit

Permalink
Fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Aug 20, 2023
1 parent e6e5880 commit 66c4837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.git/

# Ignore TypeScript source and test files
src/
test/

# Ignore the coverage directory
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tamtamchik/json-deep-sort",
"version": "1.1.1",
"version": "1.1.2",
"description": "A comprehensive utility for sorting JSON objects by keys.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 66c4837

Please sign in to comment.