mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
fix exports
This commit is contained in:
parent
452fc5fea9
commit
454ed63d44
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mercuryworkshop/epoxy-tls",
|
"name": "@mercuryworkshop/epoxy-tls",
|
||||||
"version": "2.0.3-2",
|
"version": "2.0.3-3",
|
||||||
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
|
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh"
|
"build": "./build.sh"
|
||||||
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"license": "LGPL-3.0-only",
|
"license": "LGPL-3.0-only",
|
||||||
"exports": {
|
"exports": {
|
||||||
"certs": "full/certs-module.js",
|
"./certs": "full/certs-module.js",
|
||||||
"epoxy": "full/epoxy-module.js",
|
"./epoxy": "full/epoxy-module.js",
|
||||||
"epoxy-bundled": "full/epoxy-module-bundled.js",
|
"./epoxy-bundled": "full/epoxy-module-bundled.js",
|
||||||
"minimal-epoxy": "minimal/epoxy-module.js",
|
"./minimal-epoxy": "minimal/epoxy-module.js",
|
||||||
"minimal-epoxy-bundled": "full/epoxy-module-bundled.js"
|
"./minimal-epoxy-bundled": "full/epoxy-module-bundled.js"
|
||||||
},
|
},
|
||||||
"browser": "./full/epoxy-module-bundled.js",
|
"browser": "./full/epoxy-module-bundled.js",
|
||||||
"module": "./full/epoxy-module-bundled.js",
|
"module": "./full/epoxy-module-bundled.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue