Skip to content

Commit

Permalink
merge-upstream: Set "main" entry to dist.js as upstream does
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent fdd9aaa commit 40eca76
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 @@ -2,7 +2,7 @@
"name": "scratch-audio",
"version": "0.1.0",
"description": "audio engine for scratch 3.0",
"main": "./src/index.js",
"main": "dist.js",
"browser": "./src/index.js",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 40eca76

Please sign in to comment.