Skip to content

Commit b7194fb

Browse files
committed
build: use the traditional brand alias
Use the traditional `@edx/brand` -> `@openedx/brand-openedx` alias, as that's what the rest of the community (including tutor-mfe) relies on.
1 parent fa1da2e commit b7194fb

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"dependencies": {
46-
"@openedx/brand-openedx": "^1.3.0 || 0.0.0-dev",
46+
"@edx/brand": "npm:@openedx/brand-openedx@^1.3.0 || 0.0.0-dev",
4747
"@openedx/frontend-app-authn": "^1.0.0-alpha || 0.0.0-dev",
4848
"@openedx/frontend-app-learner-dashboard": "^1.0.0-alpha || 0.0.0-dev",
4949
"@openedx/frontend-app-instructor-dashboard": "^1.0.0-alpha || 0.0.0-dev",

site.config.build.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { learnerDashboardApp } from '@openedx/frontend-app-learner-dashboard';
55
import { notificationsApp } from '@openedx/frontend-app-notifications';
66

77
import '@openedx/frontend-base/shell/style';
8-
import '@openedx/brand-openedx/core.min.css';
9-
import '@openedx/brand-openedx/light.min.css';
8+
import '@edx/brand/core.min.css';
9+
import '@edx/brand/light.min.css';
1010

1111
const siteConfig: SiteConfig = {
1212
siteId: 'frontend-template-site',

site.config.dev.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { learnerDashboardApp } from '@openedx/frontend-app-learner-dashboard';
55
import { notificationsApp } from '@openedx/frontend-app-notifications';
66

77
import '@openedx/frontend-base/shell/style';
8-
import '@openedx/brand-openedx/core.min.css';
9-
import '@openedx/brand-openedx/light.min.css';
8+
import '@edx/brand/core.min.css';
9+
import '@edx/brand/light.min.css';
1010

1111
const siteConfig: SiteConfig = {
1212
siteId: 'frontend-template-dev',

0 commit comments

Comments
 (0)