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
commit 12391c71f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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