From 2b1fe6ca0701a7c941c9e952afccc6de41c8a284 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Sun, 5 Mar 2017 02:19:46 -0500 Subject: [PATCH] Diff stream bundle as binary [ci skip] --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6de5c647..574ffd50 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto /mithril.js binary /mithril.min.js binary +/stream/stream.js binary