Skip to content

Commit

Permalink
bump min supported node v4->v6 based on syntax used
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Apr 16, 2024
1 parent 5b0ec9f commit a0de522
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion npm/@icloudpd/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"preferUnplugged": true,
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"preferUnplugged": true,
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/linux-arm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"preferUnplugged": true,
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/linux-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"preferUnplugged": true,
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/linux-ia32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"preferUnplugged": true,
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"engines": {
"node": ">=4"
"node": ">=6"
},
"preferUnplugged": true,
"os": [
Expand Down
2 changes: 1 addition & 1 deletion npm/@icloudpd/win32-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=4"
"node": ">=6"
},
"os": [
"win32"
Expand Down
2 changes: 1 addition & 1 deletion npm/icloudpd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "iCloud Photo Downloader",
"engines": {
"node": ">=4"
"node": ">=6"
},
"bin": {
"icloudpd": "bin/icloudpd.js"
Expand Down

0 comments on commit a0de522

Please sign in to comment.