Skip to content

Commit 277f7bb

Browse files
authored
Merge pull request #634 from dottharun/fix/package-json-module
Fix: package.json module field
2 parents 44eb969 + bedc161 commit 277f7bb

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)