Marek Czernek
2020-02-18 d3b6fa27b03665eae8915137a621fbb516be84f4
Merge pull request #16 from joetatrh/fix-lab-ch10-s03

fix(ch10s03): Update restify version for todo-backend app
1 files modified
6 ■■■■ changed files
todo-backend/package.json 6 ●●●● patch | view | raw | blame | history
todo-backend/package.json
@@ -1,6 +1,6 @@
{
  "name": "todo-single",
  "description": "single container version of the todoapp",
  "name": "todo-backend",
  "description": "multi-container version of the todoapp",
  "version": "0.0.2",
  "private": true,
  "author": "Red Hat Training",
@@ -9,7 +9,7 @@
    "start": "node app.js"
  },
  "dependencies": {
    "restify": "4.0.3",
    "restify": "4.3.0",
    "sequelize": "3.14.2",
    "mysql": "2.9.0"
  }