This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch flagon-userale-17
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/flagon-userale-17 by this push:
     new f8825da  fixes tests by updating Babel calls and babelrc file
f8825da is described below

commit f8825daf678b10d20f90d66f23b36ed4a6f0cb67
Author: poorejc <[email protected]>
AuthorDate: Wed Oct 28 00:05:26 2020 -0400

    fixes tests by updating Babel calls and babelrc file
---
 .babelrc     | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.babelrc b/.babelrc
index 002b4aa..1320b9a 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,3 @@
 {
-  "presets": ["env"]
+  "presets": ["@babel/preset-env"]
 }
diff --git a/package.json b/package.json
index e6c49ae..3842688 100755
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
   },
   "homepage": "http://flagon.incubator.apache.org";,
   "engines": {
-    "node": "10.10.0 || 11.10.0 - 12.7.0 || 13.3.0",
+    "node": "10.10.0 || 11.10.0 - 12.7.0 || >=14.0.0",
     "npm": "6.4.1 || 6.7.0 - 6.10.0 || 6.13.1"
   },
   "devDependencies": {

Reply via email to