Skip to content

Commit

Permalink
Fix logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkovarik committed Dec 16, 2019
1 parent f175137 commit 3a76d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"p-retry": "^4.2.0",
"pump": "^3.0.0",
"randexp": "^0.4.9",
"ssh2": "^0.5.5",
"ssh2": "^0.8.7",
"url-join": "^4.0.0",
"uuid": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.16.0",
"description": "Ingest utilities",
"engines": {
">=10.16.3"
"node": ">=10.16.3"
},
"scripts": {
"test": "ava",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"presets": [
["env", {
"targets": {
">=10.16.3"
"node": "10.16.3"
}
}]
],
Expand Down

0 comments on commit 3a76d07

Please sign in to comment.