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 c9272be commit d7fb040Copy full SHA for d7fb040
1 file changed
packages/crowdsec-http-middleware/package.json
@@ -25,15 +25,15 @@
25
},
26
"exports": {
27
".": {
28
- "default": "./lib/index.cjs",
29
"import": {
30
"types": "./lib/index.d.ts",
31
"default": "./lib/index.mjs"
32
33
"require": {
34
"types": "./lib/index.d.cts",
35
"default": "./lib/index.cjs"
36
- }
+ },
+ "default": "./lib/index.cjs"
37
}
38
39
"bugs": {
0 commit comments