Merge pull request #16 from joetatrh/fix-lab-ch10-s03
fix(ch10s03): Update restify version for todo-backend app
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "todo-single",
|
"name": "todo-backend",
|
||||||
"description": "single container version of the todoapp",
|
"description": "multi-container version of the todoapp",
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "Red Hat Training",
|
"author": "Red Hat Training",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"start": "node app.js"
|
"start": "node app.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"restify": "4.0.3",
|
"restify": "4.3.0",
|
||||||
"sequelize": "3.14.2",
|
"sequelize": "3.14.2",
|
||||||
"mysql": "2.9.0"
|
"mysql": "2.9.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user