Skip to content

Commit

Permalink
Fix bad wildcard export for ESM/CJS compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Dec 18, 2023
1 parent 4629788 commit 70e527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inngest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"types": "./deno/fresh.d.ts"
},
"./api/*": "./api/*.js",
"./components": "./components/*.js",
"./components/*": "./components/*.js",
"./deno/*": "./deno/*.js",
"./helpers/*": "./helpers/*.js",
"./middleware/*": "./middleware/*.js"
Expand Down

0 comments on commit 70e527b

Please sign in to comment.