Skip to content

Commit

Permalink
List sfxr.js and riffwave.js in the module exports.
Browse files Browse the repository at this point in the history
This was needed for me for the module to be compiled properly.
  • Loading branch information
Jezzamonn committed Apr 23, 2023
1 parent bf74c3c commit 256927a
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 @@ -3,6 +3,10 @@
"version": "1.2.1",
"description": "8-bit sound effects generator based on sfxr",
"main": "sfxr.js",
"exports": [
"./sfxr.js",
"./riffwave.js"
],
"homepage": "https://github.com/chr15m/jsfxr",
"repository": {
"type": "git",
Expand Down

0 comments on commit 256927a

Please sign in to comment.