Skip to content

Commit 478e826

Browse files
authored
Include index.mjs in package.json#files (#101)
1 parent b8d660f commit 478e826

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"files": [
3030
"LICENSE-MIT.txt",
3131
"index.js",
32-
"index.d.ts"
32+
"index.d.ts",
33+
"index.mjs"
3334
],
3435
"scripts": {
3536
"build": "node script/build.js",

0 commit comments

Comments
 (0)