There was an error while loading. Please reload this page.
engines
1 parent 530765b commit e013c4fCopy full SHA for e013c4f
babel.config.js
@@ -10,7 +10,7 @@ module.exports = (api) => {
10
"@babel/preset-env",
11
{
12
targets: {
13
- node: "10.13.0",
+ node: "12.13.0",
14
},
15
16
],
package.json
@@ -13,7 +13,7 @@
"main": "dist/cjs.js",
"engines": {
- "node": ">= 10.13.0"
+ "node": ">= 12.13.0"
17
18
"scripts": {
19
"start": "npm run build -- -w",
0 commit comments