mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-19 21:32:23 +00:00
[js/web] remove 'module' field from package.json (#14532)
### Description this is a workaround for [#14529](https://github.com/microsoft/onnxruntime/issues/14504) when consuming onnxruntime-web as ES module.
This commit is contained in:
parent
03cfb7d73e
commit
cfb6e528c8
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
"type": "git"
|
||||
},
|
||||
"author": "fs-eire",
|
||||
"module": "./lib/index.js",
|
||||
"version": "1.15.0",
|
||||
"jsdelivr": "dist/ort.min.js",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue