Skip to content

Commit

Permalink
fix test; bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgibbons committed Dec 20, 2023
1 parent e61714a commit 224f993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ics",
"version": "3.7.1",
"version": "3.7.2",
"description": "iCal (ics) file generator",
"exports": {
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/utils/set-alarm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('utils.setAlarm', () => {
`DESCRIPTION:Foo`,
`DURATION:P1W15DT3H4M50S`,
`ATTACH;FMTTYPE=audio/basic:ftp://example.com/pub/sounds/bell-01.aud`,
`TRIGGER;VALUE=DATE-TIME:19970217T063000Z`,
`TRIGGER;VALUE=DATE-TIME:19970217T113000Z`,
`SUMMARY:Bar baz`,
`END:VALARM`,
``
Expand Down

0 comments on commit 224f993

Please sign in to comment.