Skip to content

Commit d06ea8a

Browse files
midudevaddyosmani
authored andcommitted
[infra] Avoid using .mjs extension for module version of the package (#41)
1 parent 61f923e commit d06ea8a

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
"license": "Apache-2.0",
88
"private": false,
99
"main": "dist/index.js",
10-
"module": "dist/index.mjs",
10+
"module": "dist/index.module.js",
1111
"unpkg": "dist/index.umd.js",
1212
"source": "index.js",
1313
"scripts": {

0 commit comments

Comments
 (0)