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 50fad97 commit 75a37f8Copy full SHA for 75a37f8
packages/feedback/package.json
@@ -19,17 +19,17 @@
19
"module": "build/npm/esm/index.js",
20
"types": "build/npm/types/index.d.ts",
21
"exports": {
22
- "./package.json": "./package.json",
23
- ".": {
24
- "import": {
25
- "types": "./build/npm/types/index.d.ts",
26
- "default": "./build/npm/esm/index.js"
27
- },
28
- "require": {
29
30
- "default": "./build/npm/cjs/index.js"
31
- }
32
+ "./package.json": "./package.json",
+ ".": {
+ "import": {
+ "types": "./build/npm/types/index.d.ts",
+ "default": "./build/npm/esm/index.js"
+ },
+ "require": {
+ "default": "./build/npm/cjs/index.js"
+ }
33
},
34
"typesVersions": {
35
"<4.9": {
0 commit comments