Skip to content

Commit

Permalink
fix: maintain require() compatibility for filters
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Mar 10, 2025
1 parent 2fb001b commit b25ec12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"default": "./moj/all.js"
},
"./*": "./*",
"./moj/filters/*": "./moj/filters/*.js",
"./moj/filters/*.js": "./moj/filters/*.js",
"./package.json": "./package.json"
},
"sideEffects": false,
Expand Down

0 comments on commit b25ec12

Please sign in to comment.