Merge pull request #1446 from mathjax/issue1442

[package.json] set main to unpacked/MathJax.js
This commit is contained in:
Davide P. Cervone 2016-04-18 08:15:37 -04:00
commit bd29c05f63

View File

@ -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!'"
} }