Skip to content

Commit

Permalink
Add real version values for the NODE default stack (eclipse-che#5243)
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin authored and Eugene Ivantsov committed May 31, 2017
1 parent d082b32 commit a2b8799
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
"id": "node-default",
"creator": "ide",
"name": "Node",
"description": "Default Node Stack with Node 0.12.",
"description": "Default Node Stack with Node 7.",
"scope": "general",
"tags": [
"Ubuntu",
Expand All @@ -545,27 +545,27 @@
"components": [
{
"name": "Node.JS",
"version": "0.12.9"
"version": "7.7.3"
},
{
"name": "NPM",
"version": "---"
"version": "4.4.1"
},
{
"name": "Gulp",
"version": "---"
"version": "3.9.1"
},
{
"name": "Bower",
"version": "---"
"version": "1.8.0"
},
{
"name": "Grunt",
"version": "---"
"version": "1.2.0"
},
{
"name": "Yeoman",
"version": "---"
"version": "1.8.5"
}
],
"source": {
Expand Down

0 comments on commit a2b8799

Please sign in to comment.