Skip to content

Commit

Permalink
Merge branch 'develop' into change-registration-message
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Oct 17, 2018
2 parents 48ff299 + ee3c78d commit 109132a
Show file tree
Hide file tree
Showing 43 changed files with 4,996 additions and 3,083 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.70.0-develop
ENV RC_VERSION 0.71.0-develop

MAINTAINER buildmaster@rocket.chat

Expand Down
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": ["@rocket.chat/eslint-config"],
"parser": "babel-eslint",
"globals": {
"__meteor_runtime_config__" : false,
"AccountBox" : false,
Expand Down Expand Up @@ -30,7 +31,7 @@
"LivechatDepartment" : false,
"LivechatDepartmentAgents" : false,
"livechatManagerRoutes" : true,
"LivechatMonitoring" : false,
"LivechatMonitoring" : false,
"LivechatPageVisited" : false,
"LivechatTrigger" : false,
"Logger" : false,
Expand Down
Loading

0 comments on commit 109132a

Please sign in to comment.