Skip to content

Commit 66c4837

Browse files
committed
Fix typings
1 parent e6e5880 commit 66c4837

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
.git/
99

1010
# Ignore TypeScript source and test files
11-
src/
1211
test/
1312

1413
# Ignore the coverage directory

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tamtamchik/json-deep-sort",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A comprehensive utility for sorting JSON objects by keys.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)