diff --git a/component.json b/component.json new file mode 100644 index 000000000..35b46257f --- /dev/null +++ b/component.json @@ -0,0 +1,10 @@ +{ + "name": "MathJax", + "version": "2.1", + "main": "./MathJax.js", + "ignore": [ + "**/.*", + "node_modules", + "components" + ] +} \ No newline at end of file