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/06/16 01:55:35 UTC

[incubator-flagon-useralejs] branch master updated: [FLAGON-409] Updated package.json engines to indicate that UserALE.js is building on Node 12.2.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a1b8b1  [FLAGON-409] Updated package.json engines to indicate that UserALE.js is building on Node 12.2.0
9a1b8b1 is described below

commit 9a1b8b10a69d52e5e1554abb7fd7eef90a2bf298
Author: poorejc <po...@apache.org>
AuthorDate: Sat Jun 15 21:55:27 2019 -0400

    [FLAGON-409] Updated package.json engines to indicate that UserALE.js is building on Node 12.2.0
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index d54f48e..d280950 100755
--- a/package.json
+++ b/package.json
@@ -33,8 +33,8 @@
   },
   "homepage": "http://flagon.incubator.apache.org",
   "engines": {
-    "node": "8.2.1 - 11.10.0",
-    "npm": "5.3.0 - 6.7.0"
+    "node": "8.2.1 - 12.2.0",
+    "npm": "5.3.0 - 6.9.0"
   },
   "devDependencies": {
     "babel-preset-env": "^1.7.0",