Skip to content

Commit

Permalink
fix: package.build.json wrong main and module index js file
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Dec 2, 2024
1 parent e01996f commit fd73806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "readium-speech",
"version": "1.0.0",
"description": "Readium Speech is a TypeScript library for implementing a read aloud feature with Web technologies. It follows [best practices](https://github.com/HadrienGardeur/read-aloud-best-practices) gathered through interviews with members of the digital publishing industry.",
"main": "cjs/index.js",
"module": "mjs/index.js",
"main": "cjs/voices.js",
"module": "mjs/voices.js",
"types": "types/voices.d.ts",
"license": "BSD-3-Clause",
"type": "module"
Expand Down

0 comments on commit fd73806

Please sign in to comment.