This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch v2.0.0Release
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/v2.0.0Release by this push:
new fb31f68 minor updates to package.json to reflect new NPM module name
fb31f68 is described below
commit fb31f6882e309e92b64b019f757ad4770ff979b0
Author: poorejc <[email protected]>
AuthorDate: Sat Jun 22 23:31:57 2019 -0400
minor updates to package.json to reflect new NPM module name
---
package-lock.json | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index ca03112..fa39750 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "flagon-useralejs",
+ "name": "flagon-userale-js",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
diff --git a/package.json b/package.json
index 050c9ab..389acb8 100755
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "flagon-useralejs",
+ "name": "flagon-userale-js",
"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-2.0.0.js",