Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simlu committed Mar 5, 2021
1 parent 288815f commit 48511d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,5 +1,5 @@
{
"presets": [["latest-node", {"target": "10"}]],
"presets": [["latest-node", {"target": "12"}]],
"plugins": [],
"sourceMaps": false
}
2 changes: 1 addition & 1 deletion .roboconfig.json
Expand Up @@ -8,7 +8,7 @@
"packageName": "s3-cached",
"projectName": "s3-cached",
"owner": "simlu",
"nodeVersion": "10",
"nodeVersion": "12",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
"semantic-release": "17.4.1"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"files": [
"lib"
Expand Down

0 comments on commit 48511d0

Please sign in to comment.