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 a7886fc commit 17715e0Copy full SHA for 17715e0
package.json
@@ -11,17 +11,18 @@
11
"recursive",
12
"native"
13
],
14
+ "bin": "./dist/cjs/src/bin.js",
15
"main": "./dist/cjs/src/index-cjs.js",
16
"module": "./dist/mjs/index.js",
- "bin": "./dist/cjs/src/bin.js",
17
+ "types": "./dist/mjs/index.d.ts",
18
"exports": {
19
".": {
20
"import": {
21
"types": "./dist/mjs/index.d.ts",
22
"default": "./dist/mjs/index.js"
23
},
24
"require": {
- "types": "./dist/cjs/src/index-cjs.d.ts",
25
+ "types": "./dist/cjs/src/index.d.ts",
26
"default": "./dist/cjs/src/index-cjs.js"
27
}
28
0 commit comments