Herve Quatremain
2019-10-10 eaac8b2fea7b731a245afd1c3b9714a6804d3019
Introducing a syntax error in package.json for the contacts-troubleshoot application.
1 files modified
4 ■■■■ changed files
contacts-troubleshoot/package.json 4 ●●●● patch | view | raw | blame | history
contacts-troubleshoot/package.json
@@ -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",