Skip to content

Commit

Permalink
[Fix] drop the "require" condition, since that causes an "experimenta…
Browse files Browse the repository at this point in the history
…l" warning to be printed

Fixes #209.
  • Loading branch information
ljharb committed Jan 25, 2020
1 parent c32cf25 commit 6c25208
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 @@ -11,7 +11,6 @@
".": [
{
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./index.js"
Expand Down

0 comments on commit 6c25208

Please sign in to comment.