Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <[email protected]>
  • Loading branch information
dgageot committed May 17, 2019
1 parent 7d62841 commit 56ed26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/examples/hot-reload/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js"
"dev": "nodemon index.js"
},
"dependencies": {
"express": "^4.16.4"
Expand Down

0 comments on commit 56ed26c

Please sign in to comment.