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 ce6e214 commit df8e499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packageName": "lambda-rate-limiter",
"projectName": "lambda-rate-limiter",
"owner": "simlu",
"nodeVersion": "10",
"nodeVersion": "12",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"main": "lib/index.js",
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"scripts": {
"clean": "rm -rf lib",
Expand Down

0 comments on commit df8e499

Please sign in to comment.