Skip to content

Commit

Permalink
packaging: remove dependecy on hdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 11, 2024
1 parent 0f0e53c commit b99cc0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/icalendar",
"version": "6.0.1",
"version": "6.0.2",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"ical",
Expand Down Expand Up @@ -31,7 +31,6 @@
},
"dependencies": {
"@hebcal/core": "^5.8.0",
"@hebcal/hdate": "^0.12.0",
"@hebcal/rest-api": "^5.2.0",
"murmurhash3": "^0.5.0",
"tslib": "^2.8.1"
Expand Down
5 changes: 3 additions & 2 deletions src/icalendar.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {Locale, greg, pad2, pad4} from '@hebcal/hdate';
import {flags, CalOptions, Event, OmerEvent} from '@hebcal/core';
import {Locale, greg, flags, CalOptions, Event, OmerEvent} from '@hebcal/core';
import {murmur32HexSync} from 'murmurhash3';
import {
pad2,
pad4,
getCalendarTitle,
makeAnchor,
getEventCategories,
Expand Down

0 comments on commit b99cc0e

Please sign in to comment.