diff --git a/client/package.json b/client/package.json index d73f80d..400ddbd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "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", "scripts": { "build": "./build.sh" @@ -20,11 +20,11 @@ }, "license": "LGPL-3.0-only", "exports": { - "certs": "full/certs-module.js", - "epoxy": "full/epoxy-module.js", - "epoxy-bundled": "full/epoxy-module-bundled.js", - "minimal-epoxy": "minimal/epoxy-module.js", - "minimal-epoxy-bundled": "full/epoxy-module-bundled.js" + "./certs": "full/certs-module.js", + "./epoxy": "full/epoxy-module.js", + "./epoxy-bundled": "full/epoxy-module-bundled.js", + "./minimal-epoxy": "minimal/epoxy-module.js", + "./minimal-epoxy-bundled": "full/epoxy-module-bundled.js" }, "browser": "./full/epoxy-module-bundled.js", "module": "./full/epoxy-module-bundled.js",