Skip to content

Commit bedc161

Browse files
committed
fix: package.json module field
- typo has been replaced by correct file name Signed-off-by: Tharun T <[email protected]>
1 parent 44eb969 commit bedc161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git+ssh://[email protected]/layer5io/sistent.git"
88
},
99
"main": "./dist/index.js",
10-
"module": "./dist/index..js",
10+
"module": "./dist/index.mjs",
1111
"types": "./dist/index.d.ts",
1212
"files": [
1313
"dist"

0 commit comments

Comments
 (0)