Skip to content

Commit

Permalink
build: update pkg exports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 25, 2023
1 parent 873f059 commit 5485a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"./format/rgb888": {
"default": "./format/rgb888.js"
},
"./image": {
"default": "./image.js"
},
"./int": {
"default": "./int.js"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/shader-ast-stdlib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@
"./math/fit": {
"default": "./math/fit.js"
},
"./math/interval": {
"default": "./math/interval.js"
},
"./math/magsq": {
"default": "./math/magsq.js"
},
Expand Down

0 comments on commit 5485a78

Please sign in to comment.