Skip to content

Commit

Permalink
Add types to package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 13, 2024
1 parent 7cd9254 commit 2c2fb0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/icalendar",
"version": "5.0.3",
"version": "5.0.4",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"keywords": [
"ical",
Expand All @@ -14,7 +14,8 @@
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./icalendar.d.ts"
},
"typings": "icalendar.d.ts",
"files": [
Expand Down

0 comments on commit 2c2fb0f

Please sign in to comment.