* fix

* fix again

* fix again

* fix again

* fix again

* fix again

* fix again
This commit is contained in:
pngwn 2023-06-29 14:28:55 +01:00 committed by GitHub
parent fd6735b734
commit dbb33723fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": "",