diff --git a/package.json b/package.json index e7ef94e..de25fb8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nodejs-sample", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "app/app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },