Skip to content

Commit

Permalink
Update package.json main
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Sep 24, 2022
1 parent 8486ed6 commit 30e31c4
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": "dist.js",
"main": "./src/index.js",
"browser": "./src/index.js",
"scripts": {
"test": "npm run lint && npm run tap && npm run build",
Expand Down

0 comments on commit 30e31c4

Please sign in to comment.