diff --git a/plugins/websocket/guest-js/package.json b/plugins/websocket/package.json similarity index 57% rename from plugins/websocket/guest-js/package.json rename to plugins/websocket/package.json index 7fd73a30..998252ba 100644 --- a/plugins/websocket/guest-js/package.json +++ b/plugins/websocket/package.json @@ -6,20 +6,20 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", - "browser": "dist/index.min.js", - "module": "dist/index.mjs", - "types": "dist/index.d.ts", + "browser": "guest-js/dist/index.min.js", + "module": "guest-js/dist/index.mjs", + "types": "guest-js/dist/index.d.ts", "exports": { - "import": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "browser": "./dist/index.min.js" + "import": "./guest-js/dist/index.mjs", + "types": "./guest-js/dist/index.d.ts", + "browser": "./guest-js/dist/index.min.js" }, "scripts": { "build": "rollup -c" }, "files": [ - "dist", - "!dist/**/*.map", + "guest-js/dist", + "!guest-js/dist/**/*.map", "README.md", "LICENSE" ],