Skip to content

Commit 5c3c3be

Browse files
committed
Add exports to fix broken package loading
1 parent f73ca4e commit 5c3c3be

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebcal/icalendar",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"author": "Michael J. Radwin (https://github.com/mjradwin)",
55
"keywords": [
66
"ical",
@@ -9,9 +9,12 @@
99
"hebcal"
1010
],
1111
"description": "Jewish holidays and Hebrew calendar as iCalendar RFC 2445",
12-
"module": "dist/index.js",
1312
"type": "module",
14-
"typings": "dist/icalendar.d.ts",
13+
"module": "./dist/index.js",
14+
"typings": "./dist/icalendar.d.ts",
15+
"exports": {
16+
".": "./dist/index.js"
17+
},
1518
"engines": {
1619
"node": ">= 18.0.0"
1720
},
@@ -25,6 +28,7 @@
2528
"bugs": {
2629
"url": "https://github.com/hebcal/hebcal-icalendar/issues"
2730
},
31+
"homepage": "https://hebcal.github.io/api/icalendar/",
2832
"dependencies": {
2933
"@hebcal/core": "^6.0.0",
3034
"@hebcal/hdate": "^0.21.0",

0 commit comments

Comments
 (0)