diff --git a/index.js b/app.js similarity index 100% rename from index.js rename to app.js diff --git a/package.json b/package.json index e045f91..4657062 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ui-test-automation-playground", "version": "1.0.0", "description": "UI Test Automation Playground", - "main": "index.js", + "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },