Export Dygraph
[dygraphs.git] / src / dygraph.js
index df6baf9..1e4d2dd 100644 (file)
@@ -3747,6 +3747,10 @@ Dygraph.addAnnotationRule = function() {
   console.warn("Unable to add default annotation CSS rule; display may be off.");
 };
 
+if (module && module.exports) {
+  module.exports = Dygraph;
+}
+
 return Dygraph;
 
 })();