Skip to content

Commit

Permalink
Update main section of package.json (#1)
Browse files Browse the repository at this point in the history
Change the main section of package.json from "main: index.js" to "main: app/app.js"
  • Loading branch information
jarifibrahim authored and Eugene Ivantsov committed Dec 10, 2018
1 parent d772942 commit 9b14821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9b14821

Please sign in to comment.