We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3d11c commit c722542Copy full SHA for c722542
1 file changed
package.json
@@ -10,19 +10,11 @@
10
"files": [
11
"dist/*"
12
],
13
- "exports": {
+ "exports": {
14
".": {
15
- "types": "./lib/index.js",
16
- "import": "./lib/index.js"
17
- }
18
- },
19
- "publishConfig": {
20
21
- ".": {
22
- "types": "./dist/index.d.ts",
23
- "import": "./dist/index.js",
24
- "require": "./dist/index.cjs"
25
+ "types": "./dist/index.d.ts",
+ "import": "./dist/index.js",
+ "require": "./dist/index.cjs"
26
}
27
},
28
"devDependencies": {
0 commit comments