Bumps node to 6.12.2 (#15612)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2017-12-15 10:15:08 -08:00 committed by GitHub
parent 7f39cc8475
commit 5f126b4e3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
6.11.5
6.12.2

View file

@ -303,7 +303,7 @@
"yo": "2.0.0"
},
"engines": {
"node": "6.11.5",
"node": "6.12.2",
"npm": "3.10.10"
}
}

View file

@ -7,6 +7,7 @@
* @type {Array}
*/
export const IGNORE_FILE_GLOBS = [
'.node-version',
'docs/**/*',
'bin/**/*',
'**/+([A-Z_]).md',