Skip to content

Commit 30fcdf0

Browse files
committed
added exports and incremented version
1 parent ca51b2c commit 30fcdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "microdiff",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Small, fast, zero dependency deep object and array comparison",
55
"main": "./dist/index.js",
6-
"module": "./dist/index.js",
76
"types": "./dist/index.d.ts",
7+
"exports": "./dist/index.js",
88
"scripts": {
99
"build": "tsc && prettier -w dist/*",
1010
"test": "npm run build && uvu tests",

0 commit comments

Comments
 (0)