Skip to content

Commit

Permalink
fix(html): include mjs files in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Iankodj authored and Juveniel committed Feb 27, 2024
1 parent 774a9e1 commit eeef577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/html/package.json
Expand Up @@ -18,6 +18,7 @@
},
"files": [
"dist/**/*.js",
"dist/**/*.mjs",
"dist/**/*.d.ts",
"dist/**/*.js.map",
"src/**/**.ts",
Expand Down

0 comments on commit eeef577

Please sign in to comment.