Updated Node.js version to 8.11.2

see issue #9
This commit is contained in:
Salim MAHBOUBI 2018-06-15 09:42:06 +02:00 committed by GitHub
parent a3d70def2a
commit 1fd4c92a18
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"
} }
} }