Skip to content

Commit

Permalink
fix: add a default export for tool compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Mar 13, 2024
1 parent 71c0de8 commit ae69174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"exports": {
"webpack": "./src/index.js",
"browser": "./dist/web/ScratchSVGRenderer.js",
"node": "./dist/node/ScratchSVGRenderer.js"
"node": "./dist/node/ScratchSVGRenderer.js",
"default": "./src/index.js"
},
"scripts": {
"build": "npm run clean && webpack",
Expand Down

0 comments on commit ae69174

Please sign in to comment.