Skip to content

Commit

Permalink
update package.json to force node engine >=8.11 for Cloudant compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
Bob Dill committed Apr 26, 2018
1 parent 44cb715 commit 61a4f3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Chapter07/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type": "git",
"url": "https://github.com/rddill-IBM/ZeroToCognitive"
},
"engines": {
},
"engines": {"node" : ">=8.10"},
"keywords": [
"Watson",
"Cognitive",
Expand Down
2 changes: 1 addition & 1 deletion Chapter08/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/rddill-IBM/ZeroToCognitive"
},
"engines": {},
"engines": {"node" : ">=8.10"},
"keywords": [
"Watson",
"Cognitive",
Expand Down
3 changes: 1 addition & 2 deletions Chapter09/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type": "git",
"url": "https://github.com/rddill-IBM/ZeroToCognitive"
},
"engines": {
},
"engines": {"node" : ">=8.10"},
"keywords": [
"Watson",
"Cognitive",
Expand Down
3 changes: 1 addition & 2 deletions Chapter10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"type": "git",
"url": "https://github.com/rddill-IBM/ZeroToCognitive"
},
"engines": {
},
"engines": {"node" : ">=8.10"},
"keywords": [
"Watson",
"Cognitive",
Expand Down
2 changes: 1 addition & 1 deletion Chapter11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/rddill-IBM/ZeroToCognitive"
},
"engines": {},
"engines": {"node" : ">=8.10"},
"keywords": [
"Watson",
"Cognitive",
Expand Down

0 comments on commit 61a4f3d

Please sign in to comment.