Skip to content

Commit

Permalink
Add dist/typescript.js to published files
Browse files Browse the repository at this point in the history
With v3.0.2 the following error occurs; "Error: Cannot find module './typescript'"
This is most likely due to the file not being packaged and published to NPM
  • Loading branch information
WikiRik committed Mar 10, 2023
1 parent 1de80b3 commit 851c941
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 @@ -18,6 +18,7 @@
"dist/dom.js",
"dist/globalObjects.js",
"dist/index.js",
"dist/typescript.js",
"dist/webaudio.js"
],
"peerDependencies": {
Expand Down

0 comments on commit 851c941

Please sign in to comment.