We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215624b commit 45ed480Copy full SHA for 45ed480
package.json
@@ -10,8 +10,8 @@
10
"homepage": "https://www.emailjs.com",
11
"license": "BSD-3-Clause",
12
"main": "cjs/index.js",
13
- "types": "es/index.d.ts",
14
- "module": "es/index.js",
+ "types": "mjs/index.d.ts",
+ "module": "mjs/index.js",
15
"repository": {
16
"type": "git",
17
"url": "git+https://github.com/emailjs-com/emailjs-nodejs.git"
0 commit comments