Merge pull request #8644 from elastic/jasper/backport/8600/5.x

[backport] PR #8600 to 5.x - Bump node version to 6.7.0
This commit is contained in:
Court Ewing 2016-10-12 17:39:04 -04:00 committed by GitHub
commit 1ef9fd1c50
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
6.4.0
6.7.0

View file

@ -216,7 +216,7 @@
"supertest-as-promised": "2.0.2"
},
"engines": {
"node": "6.4.0",
"node": "6.7.0",
"npm": "3.10.3"
}
}