mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Fix 123 (#4724)
* fix * fix again * fix again * fix again * fix again * fix again * fix again
This commit is contained in:
parent
fd6735b734
commit
dbb33723fe
@ -3,7 +3,13 @@
|
||||
"version": "0.0.1",
|
||||
"description": "Gradio Wasm package",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"main": "./dist/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"private": true,
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
Loading…
Reference in New Issue
Block a user