Skip to content

Commit d978104

Browse files
use src for modules
1 parent b6adb40 commit d978104

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
@@ -3,10 +3,10 @@
33
"version": "1.1.8",
44
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
55
"main": "cjs/index.js",
6-
"module": "mjs/index.js",
6+
"module": "src/index.js",
77
"exports": {
88
".": {
9-
"import": "./mjs/index.js",
9+
"import": "./src/index.js",
1010
"require": "./cjs/index.js"
1111
}
1212
},

0 commit comments

Comments
 (0)