Skip to content

Commit

Permalink
fix - forgot to publish esm via package.json
Browse files Browse the repository at this point in the history
i hope the './' is valid
  • Loading branch information
Nico105 committed Nov 30, 2021
1 parent badac28 commit 150233d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"types": "typings/index.d.ts",
"files": [
"src/",
"typings/"
"typings/",
"./esm.mjs"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 150233d

Please sign in to comment.