You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/07/26 14:53:44 UTC

[incubator-flagon-useralejs] branch v2.0.1-RC1 updated: [FLAGON-422] updated node engines ranges

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

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


The following commit(s) were added to refs/heads/v2.0.1-RC1 by this push:
     new 5fa9e30  [FLAGON-422] updated node engines ranges
5fa9e30 is described below

commit 5fa9e30e535a415a4eab222742bbb7a1dd780f07
Author: poorejc <po...@apache.org>
AuthorDate: Fri Jul 26 10:53:25 2019 -0400

    [FLAGON-422] updated node engines ranges
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 0212ab4..890717f 100755
--- a/package.json
+++ b/package.json
@@ -38,8 +38,8 @@
   },
   "homepage": "http://flagon.incubator.apache.org",
   "engines": {
-    "node": "8.2.1 - 12.7.0",
-    "npm": "5.3.0 - 6.10.0"
+    "node": "10.10.0 - 12.7.0",
+    "npm": "6.4.1 - 6.10.0"
   },
   "devDependencies": {
     "babel-preset-env": "^1.7.0",