Skip to content

Commit

Permalink
Add exports section to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 2, 2024
1 parent ef77099 commit 8d3a7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
},
"license": "Apache-2.0",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/bundle/asciinema-player.css": "./dist/bundle/asciinema-player.css"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 8d3a7fe

Please sign in to comment.