Skip to content

Commit

Permalink
chore: remove node 6 from supported versions (#10601)
Browse files Browse the repository at this point in the history
* chore: remove node 6 from supported versions

Closes TIMOB-26153

* chore: reinstate supported java version range

silly me
  • Loading branch information
ewanharris authored and lokeshchdhry committed Jan 9, 2019
1 parent 3a200e1 commit 7f86dad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions android/package.json
Expand Up @@ -28,8 +28,7 @@
"android build tools": ">=25.x <=28.x",
"android platform tools": "28.x",
"android tools": "<=26.x",
"android ndk": ">=r11c <=r17b",
"node": ">=4.0 <=8.x",
"android ndk": ">=r11c <=r17b",
"java": ">=1.8.x"
},
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions iphone/package.json
Expand Up @@ -20,8 +20,7 @@
"minWatchosVersion": "2.0",
"vendorDependencies": {
"xcode": ">=8.0 <=10.x",
"ios sdk": ">=9.0 <=12.x",
"node": ">=4.0 <=8.x"
"ios sdk": ">=9.0 <=12.x"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -124,10 +124,10 @@
"visual studio": ">=10 <=12",
"windows phone sdk": "8.x",
"msbuild": ">=4.0",
"node": "6.x || 8.x || 10.x"
"node": "8.x || 10.x"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"license": "Apache-2.0"
}

0 comments on commit 7f86dad

Please sign in to comment.