Skip to content

Commit

Permalink
Fix export module specifier in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 2, 2021
1 parent 6530699 commit e732af9
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 @@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "A robust windows-1252 encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/windows-1252",
"exports": "windows-1252.mjs",
"exports": "./windows-1252.mjs",
"keywords": [
"codec",
"decoder",
Expand Down

0 comments on commit e732af9

Please sign in to comment.