[package.json] set main to unpacked/MathJax.js

Fixes #1442
This commit is contained in:
Peter Krautzberger 2016-04-18 09:21:02 +02:00
parent 288e4f476d
commit 6b6e2cf665

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