Skip to content

Commit e66d7d5

Browse files
committed
Fix name of dependency
1 parent e1d2755 commit e66d7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Object.defineProperty(exports, '__esModule', {value: true});
33

44
exports.dependencies = {
5-
'a11y/semantic-enrich': ['input/mml', '[sre]', 'input/mathml'],
5+
'a11y/semantic-enrich': ['input/mml', '[sre]', 'input/mml'],
66
'a11y/complexity': ['a11y/semantic-enrich'],
77
'a11y/explorer': ['a11y/semantic-enrich', 'ui/menu'],
88
'[tex]/all-packages': ['input/tex-base'],

0 commit comments

Comments
 (0)