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 f1a2c46 [FLAGON-384] Failing builds is an environment problem on the
builds server. Need to update version of Node used to run tests. Minor changes
to package.json to add the range of node versions in which Master works
f1a2c46 is described below
commit f1a2c46c5aa710bff2c3c72ceca8db6d4202b4a5
Author: poorejc <[email protected]>
AuthorDate: Sat May 11 22:27:10 2019 -0400
[FLAGON-384] Failing builds is an environment problem on the builds server.
Need to update version of Node used to run tests. Minor changes to package.json
to add the range of node versions in which Master works
---
package.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index e54b221..d317a7f 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
- "url": "git://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git"
+ "url": "https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git"
},
"keywords": [
"UserALE",
@@ -31,8 +31,8 @@
},
"homepage": "http://flagon.incubator.apache.org",
"engines": {
- "node": "~8.2.1",
- "npm": "~5.3.0"
+ "node": "8.2.1 - 11.10.0",
+ "npm": "5.3.0 - 6.7.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",