From f127f9fcaf0e59ea4a18664a4c6dce52a00b9009 Mon Sep 17 00:00:00 2001 From: RishiRaj Date: Thu, 4 Oct 2018 14:12:17 +0530 Subject: [PATCH] Updated react components branch --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e50a7803b..2935c0963 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -71,7 +71,7 @@ workflows: - test filters: branches: - only: ['dev', 'feature/plan-timeline-events-settings', 'feature/loginFlow'] + only: ['dev'] - deployTest02: requires: - test diff --git a/package.json b/package.json index 3a7f6f81f..a82ae8d09 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "webpack-merge": "^4.1.1" }, "dependencies": { - "appirio-tech-react-components": "github:appirio-tech/react-components#feature/loginFlow", + "appirio-tech-react-components": "github:appirio-tech/react-components#feature/connectv2", "axios": "^0.13.1", "classnames": "^2.2.3", "coffeescript": "^1.12.7",