This website requires JavaScript.
Explore
Help
Sign in
ryanmwangi
/
CalMerger
Watch
1
Star
0
Fork
You've already forked CalMerger
0
Code
Issues
Pull requests
Releases
Activity
323
commits
1
branch
0
tags
494
KiB
174a845c78
Commit graph
3 commits
Author
SHA1
Message
Date
Ryan Mwangi
174a845c78
fix(import): enable compatibility between ES modules and CommonJS for ical.jsRenamed ical.js to ical.cjs to explicitly mark it as a CommonJS module and used
createRequire
to import it into the ES module project. This resolves module system conflicts and ensures seamless integration without modifying ical.js content.
2024-11-20 13:58:35 +03:00
xeruf
864a3739b3
fix: adjust ical.js to fix import
...
https://github.com/kewisch/ical.js/issues/329
2024-11-14 13:45:23 +01:00
Ryan Mwangi
9a0a62675c
fix:add ical.js and ical.timezones.js files in lib
2024-11-14 03:02:54 +03:00