Skip to content

Commit

Permalink
Introducing a syntax error in package.json for the contacts-troublesh…
Browse files Browse the repository at this point in the history
…oot application.
  • Loading branch information
herve4m committed Oct 10, 2019
1 parent ce8ee7c commit eaac8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contacts-troubleshoot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"scripts": {
"start": "node ./bin/www.js"
},
"dependencies": {
dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"express": "FIXME",
"express": "4.x",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pg": "^7.12.1",
Expand Down

0 comments on commit eaac8b2

Please sign in to comment.