[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:
Yulong Wang 2023-02-02 13:46:57 -08:00 committed by GitHub
parent 03cfb7d73e
commit cfb6e528c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
"type": "git"
},
"author": "fs-eire",
"module": "./lib/index.js",
"version": "1.15.0",
"jsdelivr": "dist/ort.min.js",
"dependencies": {