mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bumps node to 6.12.2 (#15612)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
e4a4969889
commit
b286dfee51
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
6.11.5
|
||||
6.12.2
|
||||
|
|
|
@ -303,7 +303,7 @@
|
|||
"yo": "2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.11.5",
|
||||
"node": "6.12.2",
|
||||
"npm": "3.10.10"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
* @type {Array}
|
||||
*/
|
||||
export const IGNORE_FILE_GLOBS = [
|
||||
'.node-version',
|
||||
'docs/**/*',
|
||||
'bin/**/*',
|
||||
'**/+([A-Z_]).md',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue