Skip to content

Commit 6fa6387

Browse files
committed
Incremented version & added better esm support
1 parent 3b6ab8f commit 6fa6387

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "microdiff",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Small, fast, zero dependency deep object and array comparison",
55
"main": "./dist/index.cjs",
6+
"module": "./dist/index.js",
67
"types": "./dist/index.d.ts",
78
"exports": {
9+
"import": "./dist/index.js",
810
"require": "./dist/index.cjs",
911
"default": "./dist/index.js"
1012
},

0 commit comments

Comments
 (0)