Skip to content

Commit 6c25208

Browse files
committed
[Fix] drop the "require" condition, since that causes an "experimental" warning to be printed
Fixes #209.
1 parent c32cf25 commit 6c25208

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
".": [
1212
{
1313
"import": "./index.mjs",
14-
"require": "./index.js",
1514
"default": "./index.js"
1615
},
1716
"./index.js"

0 commit comments

Comments
 (0)