Skip to content

Commit

Permalink
[js/web] add "browser" field to support parcel v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Apr 23, 2024
1 parent e6a677f commit bc28d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"numpy-parser": "^1.2.3",
"strip-json-comments": "^5.0.0"
},
"main": "dist/ort-web.node.js",
"main": "dist/ort.node.min.js",
"browser": "dist/ort.min.js",
"exports": {
".": {
"node": "./dist/ort.node.min.js",
Expand Down

0 comments on commit bc28d9a

Please sign in to comment.