Skip to content

Commit

Permalink
Merge pull request #13 from shuding/exports
Browse files Browse the repository at this point in the history
add wasm file to exports
  • Loading branch information
shuding authored Feb 7, 2023
2 parents 491ee87 + 3e3828c commit eac8026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"exports": {
"./package.json": "./package.json",
"./dist/yoga.wasm": "./dist/yoga.wasm",
".": "./dist/index.js",
"./asm": "./dist/asm.js"
},
Expand Down

0 comments on commit eac8026

Please sign in to comment.