Skip to content

Commit

Permalink
rollup QuickLRU inside of index.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 6, 2024
1 parent 5f5c3a3 commit 23c2997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/core",
"version": "5.7.3",
"version": "5.7.4",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"contributors": [
"Eyal Schachter (https://github.com/Scimonster)",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = defineConfig([
commonjs(),
bundleSize(),
],
external: [/node_modules/],
external: ['temporal-polyfill/global', '@hebcal/noaa', '@hebcal/hdate'],
},
{
input: 'src/index.ts',
Expand Down

0 comments on commit 23c2997

Please sign in to comment.