Skip to content

Commit 4b90dcb

Browse files
authored
feat: update special exams version (openedx#1080)
1 parent 54cb52c commit 4b90dcb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 7 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
@@ -32,7 +32,7 @@
3232
"@edx/brand": "npm:@edx/[email protected]",
3333
"@edx/frontend-component-footer": "11.6.3",
3434
"@edx/frontend-component-header": "3.6.4",
35-
"@edx/frontend-lib-special-exams": "2.3.0",
35+
"@edx/frontend-lib-special-exams": "2.4.0",
3636
"@edx/frontend-platform": "3.4.1",
3737
"@edx/paragon": "20.28.4",
3838
"@fortawesome/fontawesome-svg-core": "1.3.0",

src/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ initialize({
135135
TWITTER_HASHTAG: process.env.TWITTER_HASHTAG || null,
136136
TWITTER_URL: process.env.TWITTER_URL || null,
137137
LEGACY_THEME_NAME: process.env.LEGACY_THEME_NAME || null,
138+
EXAMS_BASE_URL: process.env.EXAMS_BASE_URL || null,
138139
}, 'LearnerAppConfig');
139140
},
140141
},

0 commit comments

Comments
 (0)