Skip to content

Commit

Permalink
fix: incorrect esm exportation (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhnorskov authored Aug 27, 2022
1 parent 387de4a commit 9507be2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "ics",
"version": "2.37.0",
"description": "iCal (ics) file generator",
"exports": {
"require": "./index.js",
"default": "./dist/index.js"
},
"main": "index.js",
"module": "./dist/index.js",
"types": "index.d.ts",
"scripts": {
"start": "mocha --require @babel/register --watch --recursive",
Expand Down

0 comments on commit 9507be2

Please sign in to comment.