Merge pull request #1446 from mathjax/issue1442
[package.json] set main to unpacked/MathJax.js
This commit is contained in:
commit
bd29c05f63
|
@ -23,7 +23,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mathjax/MathJax.git"
|
"url": "git://github.com/mathjax/MathJax.git"
|
||||||
},
|
},
|
||||||
"main": "./MathJax.js",
|
"main": "./unpacked/MathJax.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo 'No tests here!'"
|
"test": "echo 'No tests here!'"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user