diff --git a/clients/js/playwright/package.json b/clients/js/playwright/package.json index 122a7f9..58a37bc 100644 --- a/clients/js/playwright/package.json +++ b/clients/js/playwright/package.json @@ -5,7 +5,7 @@ "type": "module", "author": "Ergon Informatik AG", "license": "MIT", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } diff --git a/clients/js/playwright/index.js b/clients/js/playwright/src/index.js similarity index 100% rename from clients/js/playwright/index.js rename to clients/js/playwright/src/index.js