Fixed node version.

This commit is contained in:
Rodrigo Rodriguez 2018-09-24 19:32:11 -03:00
parent d1d57dcdd8
commit 5b869c7313

View file

@ -27,7 +27,7 @@
"build-docs": "typedoc --options typedoc.json src/"
},
"engines": {
"node": ">=8.9.4"
"node": "=8.11.1"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^1.3.0",