Skip to content

Commit

Permalink
fix: drop browser exports condition (#342)
Browse files Browse the repository at this point in the history
This is not necessary as not pointing to ESM.
  • Loading branch information
TrySound committed Dec 13, 2020
1 parent 8c8152a commit c01ce33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"module": "esm/index.js",
"exports": {
".": {
"browser": "./dist/hashids.min.js",
"import": "./esm/index.js",
"require": "./cjs/index.js"
},
Expand Down

0 comments on commit c01ce33

Please sign in to comment.