Skip to content

Commit

Permalink
feat: ESM Module
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Importing the generator with `const ical = require('ical-generator');` (introduced with 2.1.0 / #253) will not work anymore, please use `const { default: ical } = require('ical-generator');` or move to fancy ESM imports (`import ical from 'ical-generator' ;`).
  • Loading branch information
sebbo2002 committed Mar 17, 2023
1 parent 074ff44 commit 7e1f07a
Show file tree
Hide file tree
Showing 7 changed files with 1,119 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
.idea/**/dbnavigator.xml
.idea/httpRequests
*.iws
mochawesome-report
Loading

0 comments on commit 7e1f07a

Please sign in to comment.