Skip to content

Commit

Permalink
export index file
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed Jul 29, 2023
1 parent d9a9773 commit 1e32004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"type": "module",
"repository": "https://github.com/filecage/ical-ts",
"keywords": ["icalendar", "ical", "ics", "icalendar-rfc", "rfc5545", "icalendar-parsing"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./parser": "./dist/parser.js"
},
"typesVersions": {
Expand Down

0 comments on commit 1e32004

Please sign in to comment.