Skip to content

Commit 9464ff0

Browse files
committed
1.0.2
1 parent 2d212dc commit 9464ff0

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tamtamchik/json-deep-sort",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A comprehensive utility for sorting JSON objects by keys.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -31,12 +31,6 @@
3131
"json-utility",
3232
"json-tools"
3333
],
34-
"exports": {
35-
".": {
36-
"import": "./dist/esm/index.js",
37-
"require": "./dist/cjs/index.js"
38-
}
39-
},
4034
"directories": {
4135
"test": "test"
4236
},

0 commit comments

Comments
 (0)