Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
fix(package): define the correct MJS export
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet authored Mar 31, 2021
1 parent 2baf789 commit 1c027cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./index.mjs"
"import": "./dist/index.mjs"
},
"homepage": "https://skyra-project.github.io/audio",
"private": false,
Expand Down

0 comments on commit 1c027cc

Please sign in to comment.