Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-18628] Updated node version in package.json for sdks #6680

Merged
merged 3 commits into from
Mar 2, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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