mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-05 04:17:53 +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"
|
"type": "git"
|
||||||
},
|
},
|
||||||
"author": "fs-eire",
|
"author": "fs-eire",
|
||||||
"module": "./lib/index.js",
|
|
||||||
"version": "1.15.0",
|
"version": "1.15.0",
|
||||||
"jsdelivr": "dist/ort.min.js",
|
"jsdelivr": "dist/ort.min.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue