Skip to content

Commit

Permalink
Fix rollup config to unbundle @hebcal/rest-api
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Feb 15, 2022
1 parent e7a9743 commit 419cc93
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/icalendar",
"version": "4.15.1",
"version": "4.15.2",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"ical",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ export default [
nodeResolve(),
commonjs(),
],
external: ['@hebcal/core', '@hebcal/leyning', 'fs', 'stream', 'murmurhash3'],
external: ['@hebcal/core', '@hebcal/rest-api', 'fs', 'stream', 'murmurhash3'],
},
];

0 comments on commit 419cc93

Please sign in to comment.