mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix node and npm versions in package.json
This commit is contained in:
parent
b7e667df76
commit
62a136cda4
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@
|
|||
"wreck": "6.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "2.5",
|
||||
"npm": ">=2"
|
||||
"node": "0.12",
|
||||
"npm": "2.14.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue