Skip to content

Commit

Permalink
- updated sbc-common-components dependency to 2.0.50 (#14)
Browse files Browse the repository at this point in the history
- updated BUSINESS_URL in configuration.json
  • Loading branch information
severinbeauvais authored Feb 19, 2020
1 parent e1fdf52 commit 899d106
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 25 deletions.
50 changes: 28 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"provinces": "^1.11.0",
"regenerator-runtime": "^0.13.3",
"register-service-worker": "^1.6.2",
"sbc-common-components": "2.0.41",
"sbc-common-components": "2.0.50",
"vue": "^2.6.10",
"vue-affix": "^0.5.2",
"vue-router": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion public/config/configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"SIGNIN_URL": "https://dev.bcregistry.ca/cooperatives/auth/signin/bcsc/",
"BUSINESSES_URL": "https://dev.bcregistry.ca/cooperatives/auth/main/business/",
"BUSINESSES_URL": "https://dev.bcregistry.ca/cooperatives/auth/business/",
"AUTH_URL": "https://dev.bcregistry.ca/cooperatives/auth/",
"API_URL": "https://legal-api-dev.pathfinder.gov.bc.ca/api/v1/businesses/",
"AUTH_API_URL": "https://auth-api-dev.pathfinder.gov.bc.ca/api/v1/",
Expand Down
2 changes: 1 addition & 1 deletion public/config/local-configuration.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"SIGNIN_URL": "https://dev.bcregistry.ca/cooperatives/auth/signin/bcsc/",
"BUSINESSES_URL": "https://dev.bcregistry.ca/cooperatives/auth/main/business/",
"BUSINESSES_URL": "https://dev.bcregistry.ca/cooperatives/auth/business/",
"AUTH_URL": "https://dev.bcregistry.ca/cooperatives/auth/",
"API_URL": "http://localhost:2015/api/v1/businesses/",
"AUTH_API_URL": "https://auth-api-dev.pathfinder.gov.bc.ca/api/v1/",
Expand Down

0 comments on commit 899d106

Please sign in to comment.