Skip to content

Commit 66e044e

Browse files
author
Sergey Khomushin
committed
package.json: specify the index.js
1 parent 1cf4da5 commit 66e044e

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
@@ -11,7 +11,7 @@
1111
"homepage": "https://www.emailjs.com",
1212
"main": "cjs/index.js",
1313
"types": "es/index.d.ts",
14-
"module": "es",
14+
"module": "es/index.js",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/emailjs-com/emailjs-sdk.git"

0 commit comments

Comments
 (0)