diff --git a/package.json b/package.json index 20fe67e..c9e68d3 100644 --- a/package.json +++ b/package.json @@ -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)", diff --git a/rollup.config.cjs b/rollup.config.cjs index 55d96d8..93d61cf 100644 --- a/rollup.config.cjs +++ b/rollup.config.cjs @@ -59,7 +59,7 @@ module.exports = defineConfig([ commonjs(), bundleSize(), ], - external: [/node_modules/], + external: ['temporal-polyfill/global', '@hebcal/noaa', '@hebcal/hdate'], }, { input: 'src/index.ts',