We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f82431 commit c74cb50Copy full SHA for c74cb50
packages/multiply/package.json
@@ -4,7 +4,7 @@
4
"version": "1.0.0",
5
"description": "",
6
"type": "module",
7
- "module": "./src",
+ "module": "./src/index.mjs",
8
"main": "./dist/index.cjs",
9
"types": "./dist/cjs/index.d.js",
10
"exports": {
packages/sum/package.json
"types": "./dist/types/index.d.js",
0 commit comments