Skip to content

Commit

Permalink
Merge pull request #6685 from pec1985/TIMOB-18628-4_0_X
Browse files Browse the repository at this point in the history
[TIMOB-18628] Updated node version in package.json for titanium mobile sdk
  • Loading branch information
cb1kenobi committed Mar 4, 2015
2 parents 9a42fc4 + 6c93dca commit 33aba07
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 @@ -47,7 +47,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 33aba07

Please sign in to comment.