Skip to content

Commit

Permalink
feat: exports for smalruby3-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
takaokouji committed Aug 11, 2024
1 parent aa75651 commit 4755097
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",
"exports": {
"webpack": "./src/index.js",
"browser": "./dist/web/scratch-vm.js",
"node": "./dist/node/scratch-vm.js",
"default": "./src/index.js"
".": {
"webpack": "./src/index.js",
"browser": "./dist/web/scratch-vm.js",
"node": "./dist/node/scratch-vm.js",
"default": "./src/index.js"
},
"./src/engine/variable": {
"import": "./src/engine/variable.js"
}
},
"scripts": {
"build": "npm run docs && webpack --progress",
Expand Down

0 comments on commit 4755097

Please sign in to comment.