From 94ee608e5da9663f46908bc7171ceeb081d9832e Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 2 Oct 2013 11:26:44 -0400 Subject: [PATCH] minor update --- bower.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 1b6c3dd..c876395 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Alberto " ], "description": "Delays loading of MathJax Tex elements", - "main": "./dist/mathjax-lazyload.min.js", + "main": "dist/mathjax-lazyload.min.js", "keywords": [ "mathjax", "lazyload", @@ -18,6 +18,9 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "demos", + "src", + "build.sh" ] }