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/05/23 23:53:40 UTC

[incubator-flagon-useralejs] branch FLAGON-192 updated: [Patch] updated useralejs version and preferred node version in package.json file

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

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


The following commit(s) were added to refs/heads/FLAGON-192 by this push:
     new 00b1528  [Patch] updated useralejs version and preferred node version in package.json file
00b1528 is described below

commit 00b1528fcfb81d5c8a1c4aad0b79157f11457321
Author: poorejc <po...@apache.org>
AuthorDate: Thu May 23 19:53:25 2019 -0400

    [Patch] updated useralejs version and preferred node version in package.json file
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index c804881..6c9d499 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "useralejs",
-  "version": "1.1.0",
+  "version": "2.0.0",
   "description": "UserALE.js is the UserALE client for DOM and JavaScript-based applications. It automatically attaches event handlers to log every user interaction on a web page, including rich JS single-page apps.",
   "main": "build/userale.js",
   "scripts": {
@@ -33,8 +33,8 @@
   },
   "homepage": "http://flagon.incubator.apache.org",
   "engines": {
-    "node": "~8.2.1",
-    "npm": "~5.3.0"
+    "node": "~11.10.0",
+    "npm": "~6.7.0"
   },
   "devDependencies": {
     "babel-preset-env": "^1.7.0",