Skip to content

Commit

Permalink
fix(packager): Change mjs to module.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Oct 15, 2019
1 parent 84869b9 commit 1408b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Khaled Garbaya <kgarbaya@gmail.com>",
"license": "MIT",
"source": "src/index.js",
"module": "dist/index.mjs",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"build": "microbundle",
Expand Down

0 comments on commit 1408b26

Please sign in to comment.