fix: fix github url strings (org edx -> openedx)

This commit is contained in:
Sarina Canelake
2022-09-07 09:21:23 -04:00
parent 0c32b98e85
commit 91a74e309a
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "Frontend application template",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-app-authn.git"
"url": "git+https://github.com/openedx/frontend-app-authn.git"
},
"browserslist": [
"last 2 versions",
@@ -26,12 +26,12 @@
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/edx/frontend-app-authn#readme",
"homepage": "https://github.com/openedx/frontend-app-authn#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/edx/frontend-app-authn/issues"
"url": "https://github.com/openedx/frontend-app-authn/issues"
},
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",