Skip to content

Commit

Permalink
Merge pull request #336 from mathjax/issue335
Browse files Browse the repository at this point in the history
Fix name for amsCd component.  #335
  • Loading branch information
dpvc authored Sep 11, 2019
2 parents cbe512c + 0bf7b4b commit fb4261c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/src/input/tex/extensions/ams_cd/amscd.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './lib/amscd.js';
import './lib/amsCd.js';
2 changes: 1 addition & 1 deletion components/src/input/tex/extensions/ams_cd/build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"component": "input/tex/extensions/amscd",
"component": "input/tex/extensions/amsCd",
"targets": ["input/tex/ams_cd"]
}

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const PACKAGE = require('../../../../../webpack.common.js');

module.exports = PACKAGE(
'input/tex/extensions/amscd', // the package to build
'input/tex/extensions/amsCd', // the package to build
'../../../../../../js', // location of the MathJax js library
[ // packages to link to
'components/src/input/tex-base/lib',
Expand Down

0 comments on commit fb4261c

Please sign in to comment.