Skip to content

Commit

Permalink
fix(middleware): correct exports
Browse files Browse the repository at this point in the history
thib3113 committed Oct 28, 2024
1 parent c9272be commit d7fb040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/crowdsec-http-middleware/package.json
Original file line number Diff line number Diff line change
@@ -25,15 +25,15 @@
},
"exports": {
".": {
"default": "./lib/index.cjs",
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.mjs"
},
"require": {
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
}
},
"default": "./lib/index.cjs"
}
},
"bugs": {

0 comments on commit d7fb040

Please sign in to comment.