We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports
1 parent 5b6c43f commit f3358ddCopy full SHA for f3358dd
1 file changed
package.json
@@ -62,7 +62,8 @@
62
"semantic-release"
63
],
64
"license": "MIT",
65
- "main": "index.js",
+ "exports": "./index.js",
66
+ "main": "./index.js",
67
"c8": {
68
"include": [
69
"lib/**/*.js",
0 commit comments