Skip to content

Commit

Permalink
Merge pull request #260 from MiguelGuthridge/develop
Browse files Browse the repository at this point in the history
Add "type": "module" to package.json to fix import error
  • Loading branch information
ku1ik committed Jun 2, 2024
2 parents 6e6b9b8 + a6504ee commit ef77099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "rollup -c --environment production",
"bundle": "rollup -c rollup.config.bundle.mjs --environment production && lessc src/less/asciinema-player.less >dist/bundle/asciinema-player.css",
Expand Down

0 comments on commit ef77099

Please sign in to comment.