We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05593f1 + 9e15c45 commit e80d7d0Copy full SHA for e80d7d0
package.json
@@ -5,6 +5,10 @@
5
"author": "Mark <[email protected]>",
6
"main": "index.js",
7
"module": "index.mjs",
8
+ "exports": {
9
+ "import": "./index.mjs",
10
+ "require": "./index.js"
11
+ },
12
"scripts": {
13
"benchmark": "node benchmark",
14
"build": "rollup --config --failAfterWarnings",
0 commit comments