We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1141c commit ca2d124Copy full SHA for ca2d124
package.json
@@ -5,18 +5,6 @@
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
7
"module": "./lib/module/index.js",
8
- "exports": {
9
- ".": {
10
- "import": {
11
- "types": "./lib/typescript/module/src/index.d.ts",
12
- "default": "./lib/module/index.js"
13
- },
14
- "require": {
15
- "types": "./lib/typescript/commonjs/src/index.d.ts",
16
- "default": "./lib/commonjs/index.js"
17
- }
18
19
20
"files": [
21
"src",
22
"lib",
0 commit comments