Merge pull request #10 from ztickm/patch-1

Updated Node.js version to 8.11.2
This commit is contained in:
anthonygallina1
2018-06-15 19:00:55 -07:00
committed by GitHub

View File

@@ -8,10 +8,10 @@
"start": "node server.js"
},
"engines": {
"node": "4.4.5"
"node": "8.11.2"
},
"repository": {
"type": "git",
"url": "https://idontknow/todo.git"
}
}
}