Skip to content

Commit

Permalink
revert: node bump (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 3, 2020
1 parent 15889db commit bed760f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = (api) => {
'@babel/preset-env',
{
targets: {
node: '10.13.0',
node: '8.9.0',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "dist/cjs.js",
"engines": {
"node": ">= 10.13.0"
"node": ">= 8.9.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit bed760f

Please sign in to comment.