Skip to content

Commit 4a754c3

Browse files
authored
Merge pull request #761 from mathjax/sre4_update
Update component files for changes to sre component
2 parents 9fb814e + 4b484d3 commit 4a754c3

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

components/src/a11y/complexity/build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"targets": [
44
"a11y/complexity.ts",
55
"a11y/complexity",
6-
"a11y/semantic-enrich.ts",
7-
"a11y/sre.ts"
6+
"a11y/semantic-enrich.ts"
87
]
98
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"component": "a11y/explorer",
3-
"targets": ["a11y/explorer.ts", "a11y/sre.ts", "a11y/explorer"]
3+
"targets": ["a11y/explorer.ts", "a11y/explorer"]
44
}

components/src/a11y/explorer/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = PACKAGE(
66
[ // packages to link to
77
'components/src/ui/menu/lib',
88
'components/src/a11y/semantic-enrich/lib',
9+
'components/src/a11y/sre/lib',
910
'components/src/input/mml/lib',
1011
'components/src/core/lib'
1112
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"component": "a11y/semantic-enrich",
3-
"targets": ["a11y/semantic-enrich.ts", "a11y/sre.ts"]
3+
"targets": ["a11y/semantic-enrich.ts"]
44
}
55

components/src/a11y/semantic-enrich/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = PACKAGE(
66
[ // packages to link to
77
'components/src/input/mml/lib',
88
'components/src/core/lib',
9-
'node_modules/speech-rule-engine/js'
9+
'components/src/a11y/sre/lib'
1010
],
1111
__dirname // our directory
1212
);

components/src/a11y/sre/webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ module.exports = PACKAGE(
55
'../../../../js', // location of the MathJax js library
66
[ // packages to link to
77
'components/src/input/mml/lib',
8-
'components/src/core/lib',
9-
'node_modules/speech-rule-engine/js'
8+
'components/src/core/lib'
109
],
1110
__dirname // our directory
1211
);

0 commit comments

Comments
 (0)