diff index.html @ 33:b82c05e22d9a

change to npm with a build that worked better as a local package to be shared
author drewp@bigasterisk.com
date Tue, 24 Dec 2019 20:30:27 -0800
parents 7ca4ff2088c3
children 3d8b98e9c01d
line wrap: on
line diff
--- a/index.html	Tue Dec 17 23:13:01 2019 -0800
+++ b/index.html	Tue Dec 24 20:30:27 2019 -0800
@@ -3,7 +3,7 @@
     <body>
         <h1>streamed-graph demo</h1>
 
-        <script src="./build/streamed-graph.bundle.js"></script>
+        <script src="./build/bundle.js"></script>
         <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph>
     </body>
 </html>
\ No newline at end of file