Skip to content

Commit

Permalink
chore: bump nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
AVykhrystyuk committed Jun 6, 2019
1 parent 6c9e843 commit d980416
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=10.15.3",
"node": ">=10.16.0",
"yarn": "^1.15.2"
}
}
2 changes: 1 addition & 1 deletion packages/shared/.babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "10.15.3"
"node": "10.16.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Expand Up @@ -52,7 +52,7 @@
"sinon": "^7.3.2"
},
"engines": {
"node": ">=10.15.3"
"node": ">=10.16.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/timepad/.babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": "10.15.3"
"node": "10.16.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/timepad/package.json
Expand Up @@ -57,6 +57,6 @@
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=v10.16.0"
"node": ">=10.16.0"
}
}

0 comments on commit d980416

Please sign in to comment.