Skip to content

Commit

Permalink
Merge pull request #6680 from pec1985/TIMOB-18628
Browse files Browse the repository at this point in the history
[TIMOB-18628] Updated node version in package.json for sdks
  • Loading branch information
cb1kenobi committed Mar 2, 2015
2 parents c0c6e7d + 9045c06 commit c1ecb5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"android platform tools": ">=17 <=21.x",
"android tools": "<=23.x",
"android ndk": ">=r8e <=r9",
"node": ">0.8.0 <=0.10.x",
"node": ">=0.10.0 <=0.12.x",
"java": "<=1.8.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion iphone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vendorDependencies": {
"xcode": "6.x",
"ios sdk": ">=8.0 <=8.x",
"node": ">0.8.0 <=0.10.x"
"node": ">=0.10.0 <=0.12.x"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion mobileweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"visual studio": ">=10 <=12",
"windows phone sdk": "8.0",
"msbuild": ">=4.0",
"node": ">0.8.0 <=0.10.x",
"node": ">=0.10.0 <=0.12.x",
"java": "<=1.6.x"
},
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"vendorDependencies": {
"visual studio": ">=10 <=12",
"windows phone sdk": "8.x",
"msbuild": ">=4.0"
"msbuild": ">=4.0",
"node": ">=0.10.0 <=0.12.x"
},
"engines": {
"node": ">=0.10.13"
Expand Down

0 comments on commit c1ecb5c

Please sign in to comment.